body {
    background-color:rgba(220, 150, 185, 0.824);
}
h1 {
    position:relative;
    text-align: center;
    font-size: 70px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    color:rgb(61, 13, 29);
}
h2 {
    text-align: center;
    font-size: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:rgb(61, 13, 29);
    
}
div {
    text-align:center;
    position: relative;
    font-size: 20px;
    justify-content: space-evenly;
    top: 50px;
}