body{
     background-color: #E4B233;
}
a{
    text-decoration: none;
    color:black;
    background-color: red;
    border-radius:7px ;
    font-size: 22px;
    transition: all 4s;
    font-size: 25px;
}
a:hover{
    color: red;
    background-color: black;
}
div{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 37px 0;
}
h1{
    text-align: center;
}
p{
    font-size: 22px;
}