body{
    background-color: rgb(22, 155, 179);
    font-family: Georgia, 'Times New Roman', Times, serif;
}
h1{
    background-color: rgb(235, 85, 110);
    border-radius: 15px;
    padding: 30px;
    margin: 10px;
    text-align: center;
}

div{
    padding: 10px;
    margin: 10px;
}

