body{

    text-align: center;
    border: black 2px solid;

    border-radius: 0.8rem;

}





img{

    text-align: center;
}

a{
    border: 2px solid black;

    border-radius: 0.8rem;
    padding: 0.5rem;
    

}

a:hover{

    background-color:red;

}