body {
    background-color: peachpuff;
    margin: 0;
    padding: 0;
    overscroll-behavior: contain;
}

.s0 {
    background-color: lightsalmon;
}

.title {
    font-size: 400%;
    font-family: 'Courier New', Courier, monospace;
    color: white;
    text-align: center;
    padding-bottom: 10px;
    white-space: nowrap;
    text-decoration: none;
}

.home {
    font-size: 150%;
    font-family: 'Courier New', Courier, monospace;
    color: white;
    text-align: left;
    white-space: nowrap;
    padding:10px;
    padding-bottom: 0;
}

.subheading1 {
    font-size: 250%;
    font-weight: 550;
    font-family: 'Courier New', Courier, monospace;
    color: white;
    text-align: left;
    padding: 10px;
    padding-bottom: 0px;
}

.subheading2 {
    font-size: 200%;
    font-weight: 600;
    font-family: 'Courier New', Courier, monospace;
    color: darksalmon;
    text-align: left;
    padding: 10px;
    padding-top: 0px;
}

.text {
    font-size: 100%;
    font-family: 'Courier New', Courier, monospace;
    color: indianred;
    text-align: left;
    padding: 10px;
}

.link {
    font-size: 150%;
    font-family: 'Courier New', Courier, monospace;
    color: white;
    text-align: left;
    padding: 5px;
    padding-bottom: 5px;
}