/* Common Styles */
html {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    padding: 30px;
    text-align: center;
    flex-direction: column;
    font-family: Optima, Helvetica, Verdana, "Lucida Sans Unicode", sans-serif;
}

h1 {
    margin-top: 4em;
    font-weight: bold;
}

h2 {
    margin-top: 1.8em;
    margin-bottom: 5px;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.menu {
    font-size: 22px;
}

.content {
    width: 60%;
    text-align: start;
    margin: 0 auto;
    justify-content: start;
    align-items: start;
}
