body{
    background:#fbf9d8;
    color: black;
    font-size: 25px;
}

div{
    text-align: center;
    background: #d8e4fb;
    border-radius: 10px;
    color: black;
    font-size: 18px;
    margin: 20px;
    height: 200px;
    padding: 5px;
    padding: 5px;
}

div:hover{
    color: #d8e4fb;
    background: black;
}

a{
    background: white;
    color: deeppink;
    font-style: oblique;
    text-decoration: none;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    padding: 3px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

a:hover{
    background: deeppink;
    color: white;
}