@font-face {
    font-family: 'Neuropol';
    src: url('../fonts/Neuropol.otf') format('opentype');
}

body {
    background: linear-gradient(90deg, rgba(142,138,226,1) 0%, rgba(159,123,226,1) 15%, rgba(142,138,226,1) 30%, rgba(142,138,226,1) 60%, rgba(211,159,252,1) 75%, rgba(248,245,255,1) 100%);
    font-family: 'Neuropol', sans-serif;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/bg-1.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: -1;
}

.headerwrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}

.social-icons-top {
    position: absolute;
    bottom: 30px;
    right: 0;
    display: flex;
    gap: 15px;
    padding-right: 10px;
}

.social-icons-top a {
    color: #8e8ae2;
    font-size: 24px;
    transition: all 0.3s ease;
}

.social-icons-top a:hover {
    color: #5a4d7a;
    transform: scale(1.1);
}

.headerborder {
    background: rgba(142, 138, 226, 0.8);
    width: 100%;
    height: 25px;
}

.header {
    margin-left: 100px;
    font-size: 56px;
    padding-top: 1rem;
    margin-bottom: 12px;
    line-height: 38px;
    font-family: 'Neuropol', sans-serif;
    text-shadow: 3px 3px 0px #8e8ae2;
    color: #fff;
}

#container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 60px auto;
    border: 1px solid #8e8ae2;
    padding: 3px;
    box-sizing: border-box;
}

#box {
    width: 100%;
    max-width: 800px;
    background-color: #f8f5ff;
    color: #000;
    border: 1px solid #8e8ae2;
    box-sizing: border-box;
}

#header {
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #8e8ae2;
    background-image: linear-gradient(to right, #8e8ae2, #d39ffc);
    color: #fff;
    letter-spacing: 3px;
}

#header h1 {
    margin: 0px;
}

#side {
    float: left;
    width: 155px;
    padding: 0px 0px 5px 10px;
    overflow: hidden;
}

.sidebox {
    border: 1px solid #8e8ae2;
    margin: 0px 0px 5px 0px;
}

.sidecontent {
    padding: 0px 0px 0px 5px;
    color: #5a4d7a;
    font-size: 17px;
    letter-spacing: 1px;
}

.sidecontent ul, li {
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
}

a {
    text-decoration: none;
    color: #8e8ae2;
}

a:visited {
    color: #8e8ae2;
}

a:hover {
    text-shadow: 0px 0px 2px #d39ffc;
}

#scrollcontainer {
    padding: 5px;
}

#scrolly {
    overflow: scroll;
    overflow-x: hidden;
    width: 110px;
    height: 110px;
    border: 1px solid #8e8ae2;
    margin: 0 auto;
    text-align: center;
}

#scrollyheader {
    margin: 0px;
    border-bottom: 1px dotted #8e8ae2;
}

#main {
    float: right;
    width: 614px;
    overflow: hidden;
    padding: 0px 10px 5px 0px;
}

.mainboxes {
    border: 1px solid #8e8ae2;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

.subheader {
    background-image: linear-gradient(to right, #8e8ae2, #d39ffc);
    border-bottom: 1px solid #8e8ae2;
    padding: 3px;
    color: #fff;
    letter-spacing: 3px;
}

.subheader h3 {
    margin: 0px;
}

.mainboxescontent {
    padding: 0px 15px 0px 15px;
    color: #5a4d7a;
    font-size: 17px;
}

.footerwrapper {
    width: 100%;
    background-color: #212121;
    opacity: 0.7;
    height: 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#footer {
    clear: both;
    padding: 3px;
    border-top: 1px solid #8e8ae2;
    background-image: linear-gradient(to right, #8e8ae2, #d39ffc);
    color: #fff;
    font-size: 14px;
}

#footer p {
    margin: 0px;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #f8f5ff;
}

::-webkit-scrollbar-thumb {
    background-color: #8e8ae2;
}

#credit {
    color: #fff;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 3;
}
