.server {
    display: flex;
    width: 50%;
    background-color: rgb(var(--main-color));
    padding: 5vh 25%;
    align-items: center;
}

.server .left {
    flex-grow: 100;
    text-align: left;
}

.server .left .title {
    font-size: 3vh;
    color: #fff;
    font-weight: bolder;
    margin: 0vh 0% 3vh 0%;
}

.server .left .description {
    font-size: 1.5vh;
    color: #fff;
    font-weight: normal;
    margin: 0;
}

.server .right {
    margin-left: 5vw;
}

.server .right .button {
    display: inline-flex;
    z-index: 2;
    font-size: 2vh;
    color: #fff;
    background-color: #0d0d0d;
    font-weight: bolder;
    text-decoration: none;
    padding: 1vh 2vw;
    box-shadow: -.2vh .3vh 0vh rgb(115, 1, 24);
    border-radius: 1vh;
}

.server .right .button i {
    padding-left: .3vw;
}

.footer {
    position: relative;
    width: 75%;
    padding: 5vh 0% 5vh 25%;
    background-color: #0d0d0d;
}

.footer .content {
    position: relative;
    z-index: 3;
    width: 67.5%;
    padding-right: 32.5%;
}

.footer .content .top {
    display: inline-block;
    text-align: left;
    margin-bottom: 10vh;
}

.footer .content .top .question {
    font-size: 2vh;
    color: rgb(var(--main-color));
    margin: 0vh 0% 2vh 0%;
    font-weight: 600;
}

.footer .content .top .title {
    font-size: 4vh;
    color: #fff;
    margin: 0vh 0% 1vh 0%;
    font-weight: bolder;
}

.footer .content .top .description {
    font-size: 1.5vh;
    color: rgba(255, 255, 255, .7);
    margin: 0vh 0% 4vh 0%;
}

.footer .content .top .button {
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 2vh;
    color: #fff;
    background-color: rgb(var(--main-color));
    font-weight: bolder;
    text-decoration: none;
    padding: 1vh 1.5vw;
    border-radius: 1vh;
}

.footer .content .top .button i {
    padding-left: .3vw;
}

.footer .content .bottom table {
    width: 100%;
    border-spacing: 0 1vh;
}

.footer .content .bottom table th {
    width: 33.333%;
    font-size: 1.6vh;
    color: #fff;
    font-weight: bolder;
    font-style: italic;
    text-align: left;
    padding-bottom: 1vh;
}

.footer .content .bottom table td {
    font-weight: 400;
    font-size: 1.5vh;
    color: rgba(255, 255, 255, .6);
}

.footer .content .bottom table td a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: .75vw;
    text-decoration: none;
    color: inherit;
}

.footer .content .bottom table td a::before {
    position: absolute;
    content: '';
    height: .5vh;
    width: .5vh;
    background-color: rgb(var(--main-color));
    border-radius: 50%;
    left: 0vw;
}

.footer .content .bottom .social {
    display: flex;
    align-items: center;
    margin: 5vh 0% 2vh 0%;
    padding: 1vh 0%;
    border-top: .1vh solid rgba(255, 255, 255, .25);
    border-bottom: .1vh solid rgba(255, 255, 255, .25);
}

.footer .content .bottom .social .left {
    display: flex;
}

.footer .content .bottom .social .left img {
    height: 6vh;
    width: auto;
}

.footer .content .bottom .social .left h1 {
    font-size: 2vh;
    color: #fff;
    font-weight: bolder;
    font-style: italic;
    margin-left: 1vw;
}

.footer .content .bottom .social .right {
    display: flex;
    flex-grow: 100;
    align-items: center;
    justify-content: flex-end;
}

.footer .content .bottom .social .right a {
    display: flex;
    margin-left: 1vw;
    font-size: 2vh;
    height: 5vh;
    width: 5vh;
    text-decoration: none;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgb(var(--main-color));
}

.footer .content .copyright {
    font-size: 1.3vh;
    color: rgba(255, 255, 255, .6);
}

.footer .content .copyright a {
    color: rgb(var(--main-color));
    text-decoration: none;
}

.footer .images {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.footer .images .screen {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(13, 13, 13, .8)
}

.footer .images .top-right {
    height: 80vh;
    width: auto;
    position: absolute;
    top: -5vh;
    right: -30vh;
}

.footer .images .bottom-left {
    height: 60vh;
    width: auto;
    position: absolute;
    bottom: -20vh;
    left: -10vh;
}

@media screen and (max-width: 600px), (orientation : portrait) {
    .server {
        display: block;
        width: 90%;
        padding: 5vh 5%;
        text-align: center;
    }

    .server .left {
        text-align: center;
    }

    .server .right {
        margin-left: 0;
    }
    
    .footer {
        width: 90%;
        padding: 5vh 5%;
    }

    .footer .content {
        width: 100%;
        padding-right: 0%;
    }

    .footer .content .top {
        width: 100%;
        text-align: center;
        margin-bottom: 5vh;
    }

    .footer .content .bottom table td a {
        padding-left: 1.5vw;
    }

    .footer .content .bottom .social {
        display: block;
    }

    .footer .content .bottom .social .left, .footer .content .bottom .social .right {
        justify-content: center;
    }

    .footer .content .bottom .social .left {
        margin-bottom: 2vh;
    }

    .footer .content .bottom .social .right a {
        margin: 0 2vw;
    }

    .footer .images .top-right {
        height: 100%;
        width: auto;
        top: 0vh;
    }
}