body{
    background: url("../images/2.jpeg");
    color: #1592ff;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
}
div{
    display: flex;
}
a{
    text-decoration: none;
    font-size: 20px;
    color: white;
    margin: 10px;
}
p{
    background: #54cc28;
    width: 90px;
    border-radius: 10px;
}
p:hover{
    background: #1592ff;
}