#contact{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contactTitle{
    font-size: 15vw;
    color: black;
    margin-top: -100px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 9px;
}

.contactContainer{
    height: auto;
    width: 80%;
    background-color: #111;
    border-radius: 10px;
    margin-bottom: 100px;
}
.contactText{
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.linkedIn{
    font-size: 3vw;
    color: white;
    border-bottom: 3px gray solid;
    padding: 60px;
    margin: 0px;
}
.linkedIn:hover{
    height: auto;
    color: rgb(178, 255, 188);
    text-shadow:
    0 0 42px #0fa;
    cursor: pointer;
    scale: 1.01;
    transition-duration: 1s;
}

.email{
    font-size: 3vw;
    color: white; 
    padding: 60px;
    margin: 0px;
}
