body {
    background-color: #DDDDDD;
    color: #111111;
    font-family: Geneva;
    margin: 0;
    text-align: center;
}

h1 {
    font-size: 90px;
    height: 128px;
    line-height: 128px;
    margin: 0;
    text-align: center;
}

img {
    border-radius: 20px;
    border: 3px solid #333333;
    height: 128px;
}

.title-container {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 80px;
    text-align: center;
}

.title-image {
    flex-basis: 12%;
}

.title-text {}

.section {
    width: 80%;
    margin: auto;
    border: 3px solid #333333;
    border-radius: 20px;
    background-color: #EEEEEE;
    padding: 30px;
}

.underline {
    text-decoration: underline;
}
