main {
    margin: auto;
    max-width: 600px;
}

h1, h2, h3 {
    text-transform: uppercase;
}

h1 {
    font-size: 400%;
}

h2 {
    font-size: 200%;
}

p {
    text-align: justify;
}

img {
    width: 100%;
}

summary {
    font-size: 1.17em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
