p{
    color: aqua;
    font-size: medium;
    font-weight: 800;
}
h1{
    background-color: red;
    color: #ffffff;
}
.first:hover{
    cursor: pointer;
}
.second{
    font-family: Georgia, 'Times New Roman', Times, serif;
}
h1,p,h2{
    border-radius: 15px;
}
