.nobr {
    white-space: nowrap;
}

body {
    margin: 0;
    padding: 15px;
    font-family: Arial, sans-serif;
    /* display: flex; 
    justify-content: center;
    align-items: flex-start; */
    height: 100vh;
    background-color: #f0f0f0;
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 1.25em;
    margin-bottom: 80px;
}

#container {
    margin: 0 auto;
    width: 90%;
    padding: 20px;
    max-width: 1100px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    container-type: inline-size;
}

#container::after {
    content: "";
    display: block;
    clear: both;
}


h1#title {
    margin: 0;
    font-family: "Permanent Marker", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 9.0cqw;
}

h1#title a {
    text-decoration: none !important;
    color: black !important;
}


h2 {
    margin-top: 1.5em;
    color: #777;
    font-size: 2.0cqw;
}

h2#subtitle {
    margin: 0;
    font-size: 2.75cqw;
    color: black;
}

h2#subtitle sup {
    font-size: 0.75cqw;
    color: #aaa;
    letter-spacing: 0;
    margin-left: -3.5em;
    position: relative;
    top: -0.75em;
}

h3 {
    color: white;
    background-color: black;
    display: inline-block;
    padding: 10px 30px;
    font-size: 1.25em;
    font-family: "Permanent Marker", serif;
    font-weight: 400;
}

h4 {
    text-transform: uppercase;
}

h5 {
    font-size: 1.0em;
}

/* button class for anchor tags with rounded corners */
a.button {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 30px;
    background-color: rgb(0,100,200);
    color: #fff;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: 700;
    font-style: normal;
    font-optical-sizing: auto;
}

a.coming {
    background-color: #bbb;
    color: #ddd;
}

ul, ol {
    margin-left: 5em;
    line-height: 2em;
    text-align: left;
}

ul li, ol li {
    padding-left: 1em;
}

div.section {
    margin: 40px;
}


#footer {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 40px;
    color: #888;
    font-size: 0.75em;
    font-style: normal;
    font-optical-sizing: auto;
    text-align: center;
    box-sizing: border-box;
    clear: both;
}

