h1 {
    font-size: 50px;
}

h2 {
    font-size: 30px;
}

p {
    font-size: 20px;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

html {
    color: #000000;
    font-size: 10px;
    text-align: center;
    background-color: #ffffff;
}
