.emailList{
    margin: auto;
    margin-top: 50px;
    
}
.emailList li{
    list-style-type: none;
    width: fit-content;
    border: 3px solid white;
    border-radius: 15px;
    padding: 20px;
}
.emailList li a{
    color: white;
    text-decoration: none;
    font-size: 30px;
}
.emailList li a:hover{
    text-decoration: underline;
}