.social-lab-contact-form{
    display: none;
    background-color: rgba(0, 0, 0, 0.374);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    
    justify-content: center;
    align-items: center;
}
.form-container{
    margin-top: 100px;
    width: 70%;
    padding: 2rem;
    border-radius: 2rem;
    box-shadow: 5px 5px 10px -5px black;
    background-color: white;
}
.social-lab-contact-form.open{
    display: flex;
}