*, *:before, *:after { box-sizing: border-box; }
html {
    margin: 0;
    padding: 0;
    font-family: 'STIX Two Text', 'IBM 3270', 'APL333', Arial, Helvetica, sans-serif;
    /* font-family: Courier, 'Courier New', monospace; */
    color: #541313;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    -webkit-text-size-adjust: none;
    font-size: 18px;
    background: #e2e1d9;
}
body {
    margin: 0;
    padding: 0;
}
main {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    text-align: center;
    /* height: 100dvh; */
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 100px;
    margin: 0 auto;
    padding: 20px;
    margin-left: 20px;
    margin-top: 80px;
}
header {
    display: flex;
    flex-flow: column nowrap;
    gap: 18px;
    font-size: 18px;
}
header a {
    color: #541313;
    text-decoration-skip: auto;
    text-decoration-color: #541313;
    text-underline-offset: 8px;
}
header {
    font-family: 'STIX Two Text';
    font-size: 18px;
}
h1 {
    font-family: 'STIX Two Text';
    font-size: 20px;
    font-weight: normal;
    /* text-transform: uppercase; */
    margin-bottom: 5px;
}
p {
    font-size: 18px;
    line-height: 30px;
}
nav {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: row;
    margin: 50px 0;
    gap: 20px;
}
nav a {
    font-size: 14px;
    font-family: 'Arial';
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #541313;
    text-decoration: none;
    text-decoration-skip: auto;
    text-decoration-color: #541313;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
    border: 1px solid #541313;
    padding: 6px 37px;
}
nav a:nth-child(1):hover {
    background-color: rgba(235, 235, 28, 0.611);
}
nav a:nth-child(2):hover {
    background-color: rgba(43, 58, 226, 0.264);
}
nav a:nth-child(3):hover {
    background-color: rgba(0, 178, 136, 0.457);
}
nav a:hover {
    border-radius: 3px;
}
nav.small {
    display: flex;
    flex-flow: row;
}
nav.small span, nav.small a {
    font-size: 12px;
    
}
img {
    max-width: 300px;
    width: 100%;
}
figure {
    margin: 100px 0;
    padding: 0 40px;
}
figcaption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: rgb(10, 118, 86);
}

section {
    max-width: 500px;
}
section h2 {
    font-weight: normal;
    font-size: 30px;
}
section {
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
}
section p {
    color: #541313;
    font-size: 18px;
    line-height: 30px;
}

footer {
    font-size: 14px;
    border-top: 1px solid rgba(128, 128, 128, 0.22);
    padding: 3px 0;
}


#glass-pane {
    width: 200px;
    height: 120px;
    border: 1px solid #541313;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.droplet {
    width: 10px;
    height: 10px;
    border: 1px solid #541313;
    border-radius: 50%;
    position: absolute;
}