body {
    background-color: rgb(36, 36, 36);
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: white;
}



.sniped-title {
    font-weight: 500;
    color: white;
    text-align: center;
    font-size: 60px;
    margin: 0;
}


.centered-body {
    text-align: center;
    color: gray;
    font-weight: 400;
}

.content {
    margin-top: 100px
}

footer {
    color: gray;
    font-weight: 200;
    padding: 20px 0;
}

.footer-text {
    font-weight: 400;
    font-size: small;
    padding: 30px 0;
    margin: 0 500px;
}

.footer-element {
    display: inline-flex;
}

.footer-links {
    color: rgb(113, 113, 113);
    cursor: pointer;
}

.footer-links:hover {
    color:grey;
    border-bottom: 1px solid gray;
}

.footer-links-container {
    float:right;
}

.footer-link-div {
    margin: 0 10px;
}
.footer-links a {
    color: gray;
    text-decoration: none;
}

.sniped-title-center {
    display: inline-block;
    margin: auto;
    cursor: pointer;
    margin: 30px 0;
    font-size: 56px;
}

.sniped-title-container {
    text-align: center;
    z-index: 10;
    background: rgb(36, 36, 36);
    position: sticky;
    top: 0;
    padding-bottom: 10px;
}

.sniped-title a {
    color: white;
    text-decoration: none;
}

.border-container {
    margin: 0 500px;
}

.h2-title {
    font-weight: 500;
    font-size: 32px;
}

.legal-text {
    color: white;
    font-weight: 200;
    margin-top: 15px;
}

.contact-email {
    color: white;
    text-decoration: none;
}

.contact-email:hover {
    border-bottom: 1px solid white;
}

h3, h2, h4 {
    font-weight: 400;
}

p {
    font-weight: 200;
}

strong {
    font-weight: 400;
}

.legal-content {
    animation: loadin 0.8s forwards ease;
}

@keyframes loadin {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.date {
    color: gray;
    font-weight: 200;
    font-size: 14px;
}

li {
    font-weight: 200;
}

.address p {
    margin: 0;
}

.image-container {
    padding: 20px 0;
    position: relative;
    height: 650px;
}

.image {
    position: absolute;
    right: 0;
    width: 300px;
    box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.451);
    border-radius: 30px;
}

.text-container {
    display: inline-block;
    position: absolute;
    width: 600px;
    margin-top: 60px;
    font-weight: thin;
    z-index: 10;
}

.text-container h1 {
    margin: 0;
    padding: 0;
    font-size: 44px;
}

.line-1 {
    font-weight: 100;
}


.line-3 {
    font-weight: 100;
}

.line-5 {
    font-weight: 100;
}


.mobile-text-container-before {
    display: none;
}

.mobile-text-container-after {
    display: none;
}

@media screen and (max-width: 1850px) {
    .border-container {
        margin: 0 300px;
    }
    .footer-text {
        margin: 0 300px;
    }
}

@media screen and (max-width: 1450px) {
    .border-container {
        margin: 0 200px;
    }
    .footer-text {
        margin: 0 200px;
    }
}

@media screen and (max-width: 1250px) {
    .border-container {
        margin: 0 100px;
    }
    .footer-text {
        margin: 0 100px;
    }
}

@media screen and (max-width: 1050px) {
    .image-container img {
        width: 250px;
    }
    .text-container h1 {
        font-size: 40px;
    }
}

/*This is the phone layout switch*/
@media screen and (max-width: 920px) {
    .border-container {
        margin: 0 20px;
    }
    .mobile-text-container-before {
        display: block;
        margin: auto;
        text-align: center;
    }
    .mobile-text-container-before h1 {
        margin: 0;
        padding: 0;
        font-size: 40px;
    }
    .image-container {
        height: 550px;
    }
    .image-container img {
        left: 50%;
        transform: translateX(-50%);
    }
    .mobile-text-container-after {
        display: block;
        margin: auto;
        text-align: center;
    }
    .mobile-text-container-after h1 {
        margin: 0;
        padding: 0;
        font-size: 40px;
    }
    .text-container {
        display: none;
    }
    .footer-text {
        margin: 0 20px;
    }
    .download-container {
        text-align: center;
        margin-top: 50px;
    }
    .sniped-title-center {
        font-size: 46px;
    }
}

@media screen and (max-width: 450px) {
    .footer-links-container {
        float: none;
    }
    .footer-link-div {
        margin: 0 10px 0 0;
    }
    .mobile-text-container-before h1 {
        font-size: 35px;
    }
    .mobile-text-container-after h1 {
        font-size: 35px;
    }
}