body {
    background: #F4F0EA;
    font-size: 16px;
}

.container {
    padding: 0px 15px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    height: 91vh;
}

.contact-information {
    width: 100%;
    margin-top: 50px;
}

.contact-information p {
    margin: 5px 0px;
}

.contact-information a {
    display: block;
    font-family: "degular";
    font-weight: 400;
    color: #3C3C3C;
    font-size: 1.2em;
    text-decoration: none;
}

.contact-information a:hover {
    color: #F8481E;
    font-style: italic;
    font-weight: 600;
}

.contact-information #alert-site {
    font-family: "degular";
    font-weight: 600;
    color: #3C3C3C;
    font-size: 1.2em;
    letter-spacing: 0px;
    margin: 0px;
}

.contact-information #cta-email,
.contact-information #cta-email a {
    font-family: "degular";
    font-weight: 400;
    color: #3C3C3C;
    font-size: 1.2em;
    letter-spacing: 0px;
    text-decoration: none;
    display: inline;
}

.contact-information>a:nth-child(3) {
    margin-top: 10px
}

.contact-information #cta-email a {
    font-size: 1em;
    transition: 0.4s;
}

.contact-information #cta-email a:hover {
    color: #F8481E;
    font-style: italic;
    font-weight: 600;
}

.container-logo {
    position: absolute;
    bottom: 0;
    margin-right: 15px;
}

.container-logo img {
    max-width: 100%;
}

@media (max-width: 600px) {
    .container {
        height: 85vh;
        overflow-y: hidden;
    }
}