body {
    background: black url('assets/background.png') no-repeat center top;
    background-size: auto;
}

.container {
    width: 1000px;
    display: block;
    margin: auto;
}

.special-gothic {
    font-family: "Special Gothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
            "wdth" 100;
    color: #ede8e4;
    opacity: 0.8;
}

.josefin-sans {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #ede8e4;
    opacity: 0.8;
}

.header {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.header span {
    color: #cf0237;
}

.header-divider {
    border-bottom: 2px solid #ede8e4;
    opacity: 0.8;
    margin: 10px;
}

.header-sub {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}

.main-text {
    padding-left: 200px;
    width: 800px;
    margin-top: 350px;
    letter-spacing: 2px;
    text-align: right;
}

.logo {
    margin-top: 30px;
}

.main-buttons {
    margin-top: 20px;
    text-align: right;
    width: 100%;
    height: 50px;
}

.main-buttons a {
    color: #ede8e4;
    opacity: 0.8;
    text-decoration: none;
}

.link-button {
    height: 20px;
    border: 1px solid #ede8e4;
    border-radius: 5px;
    width: 100px;
    padding: 5px;
    float: right;
    text-align: center;
    margin-left: 20px;
}

.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ede8e4;
    color: black; /* icon color */
    font-size: 20px; /* icon size */
    margin-left: 10px;
}

.float-right {
    float: right;
}

.footer, .footer a {
    text-align: center;
    color: #ede8e4;
    opacity: 0.8;
    text-decoration: none;
}

.sidebar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 80px;
    background: #ede8e4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 5px solid #adaba9;
    margin-right: 5px;
}

i {
    color: black;
}

.sidebar img {
    display: block;
}

@media (max-width: 1000px) {
    body {
        background: black url('assets/background.png') no-repeat center center;
        background-size: 100%;
    }

    .logo {
        text-align: center;
    }

    .main-text {
        text-align: center;
    }

    .sidebar {
        visibility: hidden;
    }

    .container {
        width: 100%;
    }

    .main-text {
        width: 100%;
        padding-left: 0;
    }
}
