body{
    font-family: 'Poppins',sans-serif;
    text-align: center;
    background-color:#7a93ac;
    color: white;
    font-size: 20px;
}

a:link,a:visited,a:hover{
    text-decoration: none;
    color: white;
    background-color: gray;
    border-radius: 10px;
    padding: 0.5%;
}
.links{
    padding: 1%;
}

a:hover{
    color: white;
    background-color: #58697a;
}
.animated {
    transition: 0.15s ease-out;
   }
   .links2{
       
       color: grey;
   }
   .animated:hover {
    background-position: -100%;
   }