body{
    background-color: deeppink;
    font-family: Trebuchet MS;
    color: white;
    text-align: center;
}

img{
    width: 13%;
    border-radius: 50px;
}

h2{
    font-size: 18px;
}

a{
    background-color: black;
    font-size: 20px;
    border-radius: 10px;
    padding: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 10px;
    color: white;
}

a:hover{
    background-color: deepskyblue;
}