body {
    background-color: #ffaaaa;
}

h1 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
}

.number {
    background-color: white;
    font-family: "Playfair Display", serif;
    font-size: xx-large;
    color:#3a2525;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-top: 25px;
    margin-left: 40px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.79);
}

.text_box, .title_text_box{
    background-color: #3a2525;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: white;
    border-radius: 15px;
    margin-top: 25px;
    margin-left: 10px;
}

.title_text_box {
    font-size: large;
    height: 150px;
    
}