.contact-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-family: 'Montserrat', sans-serif;
    
}

.contact-container h1 {
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff;
    text-shadow: #fff 0px 0px 10px;
    letter-spacing: 1rem;
    animation: focus-in-contract-bck 1s ease-in-out;
}
.contact-container h2{
    font-size: 32px;
    color: #ddd;
    animation: focus-in-contract-bck 1s ease-in-out;
    line-height: 1.5;
    
}

