body{
    background: url("../images/images.jpeg");
    text-align: center;
    color: #77d01f;
    font-size: 27px;
}
body p{
    margin-left: auto;
}
a{
    text-decoration: none;
    font-size: 25px;
    color: white;
}
p{
    background: black;
    width: 10%;
    border-radius: 10px;
}
p:hover{
    background: #e32424;
    width: 10%;
    border-radius: 10px;
}