h3 {
    color: rgb(52, 53, 52);
    font-size: 200%;
    margin: 0 0 2rem 0;
    text-align: center;
}

p {
    font-size: 120%;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
}

#email {
    font-size: 120%;
    color: #4A79AA;
}

body {
    background-color: whitesmoke;
}

#contact {
    margin: 0 0 15rem;
}

.MegaContainer {
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
}

.CFrame {
    background-color: #abbbcf65;
    width: 80%;
    margin: 2rem 0 0 0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Information {
    display: flex;
    justify-content: center;
    align-items: center;
}

.CText {
    display: flex;
    flex-direction: column;
    margin: 0 0 2rem 5rem;
    text-align: center;
}

.CFrame h3 {
    margin: 5rem 0 3rem 0;
}

.CText p {
    margin: 0 0 2rem 4rem;
    text-align: justify;
}

.CImg {
    width: 50%;
    margin: 0 8rem 6rem 4rem;
}

.CImg img {
    width: 100%;
}

#address {
    margin: 0 0 19.5rem;
}

/*Address container*/
.Address {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 1rem 1rem 1rem 1rem;
}

.AFrame {
    background-color: #abbbcf65;
    width: 80%;
    margin: 2rem 0 2rem 0;
    align-self: center;
    border-radius: 10px;
}

.ABox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 53%;
}

.AddressText {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 53%;
    margin: 0 0 0 14.5rem;
}

.AddressText h3 {
    margin-bottom: 2rem;
}



/* Building Box */
.Building {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: 50%;
}

.Building img {
    margin: 4rem 4rem 4rem 0;
    width: 75%;
}



.SiteFooter {
    position: relative;
}

@media (max-width: 1200px) {
    .Information {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .CText {
        margin: 0 2rem 2rem 0rem;
    }

    .CText p {
        margin: 0 0 2rem 2rem;
    }

    .CImg {
        width: 60%;
    }

    .Address {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ABox {
        margin: 2rem 0 0 0;
    }

    .AddressText {
        margin: 2rem 0 0 0;
        width: 100%;
    }

    .AddressText p {
        text-align: left;
    }

    .Building {
        width: 100%;
        padding: 2rem 0 2rem 0;
        align-items: center;
    }

    .Building img {
        margin: 2rem 2rem 2rem 2rem;
    }

}

@media (max-width: 500px) {
    .CText p {
        text-align: left;
    }
}