.content-container{
    padding-top: 100px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 80vh;
}

.contact-simple{
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 500px;
    padding: 0 20px;
}

.contact-loader{
    width: 90px;
    height: 90px;
    flex-shrink: 0;
}

.contact-simple p{
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #030040;
    margin: 0;
}

.contact-simple p a{
    color: #030040;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

@media screen and (max-width: 600px){
    .contact-simple{
        flex-direction: column;
        text-align: center;
    }
    .contact-simple p{
        font-size: 20px;
    }
}
