body {font-size: 25px; background-color: #FFFFFF; color: #000000; text-align: center }
h1 { font-size: 25px; color: #000000; text-align: center}
p { font-size: 25px; color: #000000; text-align: center}
ul{ font-size: 20px; color: #000000; text-align: left}
.image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
}

.image-container img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.trollface-image {
    width: 10%;
    height: auto;
}