body {
    background-color: #fff0d0;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

main {
    border-radius: 25px;
    background-color: #ffffee;
    padding: 25px;
    width: 75%;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

h1 {
    color: #222;
    font-size: 2.5em;
    margin-bottom: 40px;
    margin-top: 10px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
}

h2 {
    color: #222;
    font-size: 1.75em;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 30px;
    font-family: Helvetica, Arial, sans-serif;
}

.content img {
    border-radius: 15px;
    width: auto;
    max-width: 600px;
    margin-bottom: 15px;
}

ul {
    width: 100%;
    margin-left: 30px;
}

a {
    color: #000;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}