.footer{
    display:flex;
    flex-direction: column;
    background-color: black;
    color: white;
    padding: 0px 50px 0px 50px;
    min-width: 500px;
    /* height: 60px; */
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    justify-content: space-between;
}

.contact-me{
    font-size: 28px;
    margin-bottom: 14px;
}

.email{
    color:white;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.email:hover{
    text-decoration-style: solid;
}

.link-container{
    display:flex;
    margin-bottom: 14px;
}

.link-logo{
    width:50px;
    height:50px;
    padding: 0px 16px;
}

.link-logo:hover{
    scale: 1.1;
}