#mainContactDiv {
    border: 2px solid var(--stW);
    border-radius: 10px;
    width:60%;
    height:min-content;
    margin-top:50px;
}

#firstContactSide {
    background-color:var(--stB);
    color: var(--stW);
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:40px;
    border-top-left-radius:15px;
    border-bottom-left-radius:15px;
}

#secondContactSide {
    background-color:var(--stW);
    color: var(--stB);
    display:flex;
    justify-content:center;
    align-items:center;
    padding:40px;
    border-top-left-radius:15px;
    border-bottom-left-radius:15px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
#contactMailImg {
    width:80%;
    color:var(--stB);
    height:auto;
}

#mailLink {
    color:var(--stW);
    font-size:large;
    text-decoration:underline;
}