.content {
    padding: 44px 0 30px 0;
    width: 100%;
    min-height:100%;
    overflow: hidden;
    background-color: var(--color-background);
}

.contact-title {
    margin: 10px 0;
    padding: 0 20%;

}


.animationstyle {
    animation-duration: 1s;
    animation-delay: .5s;
    opacity: 0;
    animation-fill-mode: forwards
}
.child-center {
   display:flex;
   flex-direction:column;
   margin-top:60px;
}




.contact-center {
    flex: 1;
    display: flex;
    margin-bottom: 50px;
    padding-left:40px;
}

    .contact-center div {
        display: inline-block;
    }

    .contact-center h1 {
        font-size: 1.2em;
        margin-bottom: 10px;
        line-height:1.5em;
    }

    .contact-center p {
        margin-bottom: 0;
        font-size: .7em;
    }
