a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: aqua;
    border:2px solid black;
    height:100px;
    width:100px;
    text-decoration: none;
    margin:50px;
}