html {
    background-color: #fcfff6;
    padding: 0px;
    scroll-behavior: smooth;
}
html.night {
    background-color: #1E1E1E;
}
body {
    width: 80%;
    min-height: calc(100vh - 4em);
    margin: 0 auto;
    padding: 2em;
    background-color: #f8ffe8;
    border-color: #ffffff;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 20px;
    box-shadow: 0px 0px 10px rgba(0.5,0.5,0.5,0.5);
}
body.night{
    background-color: #1E1E1E;
    border-color: #1E1E1E;
}
p {
    color: #444444;
    font-family: 'Roboto', sans-serif;
    font-size: 18.5pt;
    line-height: 1.15;
    margin: 4pt;
}
body.night h1, body.night h2{
    color: white;
}
body.night div.center h2 {
    color: #35343a;
}
a {
    color: #35343a;
}

b {
    color: #333333;
    margin-right: 1vmax;
}
h1 {
    color: #222222;
    font-family: 'Montserrat', sans-serif;
    font-size: 3.2vmax;
    text-align: center;
    line-height: 50pt;
    margin-top: 0pt;
    margin-bottom: 0pt;
}
h2 {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2vmax;
    text-align: center;
    line-height: 35pt;
    margin-top: 12pt;
    margin-bottom: 10pt;
}

.center {
    background-color: #fff6f6;
    font-family: 'Montserrat', sans-serif;
    border-radius: 8pt;
    padding: 6pt;
    color: #444444;
    width: 75%;
    min-width: 350pt;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 1.8vmax;
    margin: auto;
    box-shadow: 0px 0px 10px rgba(0.5,0.5,0.5,0.5);
}
p.explanation{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5vmax;}
hr{
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}
.container {
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}
