*, *: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;
}
body {
    margin: 0;
    padding: 0;
}
main {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 100px;
    max-width: 600px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
}
header {
    font-size: 18px;
    margin-bottom: 100px;
}
header a {
    color: #541313;
    text-decoration-skip: auto;
    text-decoration-color: #541313;
    text-underline-offset: 8px;
}
h1 {
    font-family: 'STIX Two Text';
    font-size: 32px;
    font-weight: normal;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
}
p {
    font-size: 18px;
    line-height: 30px;
}
nav {
    display: flex;
    flex-flow: row;
    gap: 30px;
}
nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #541313;
    text-decoration: none;
    text-decoration-skip: auto;
    text-decoration-color: #541313;
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
    /* border: 1px solid #541313; */
    padding: 10px 6px;
}
nav a:hover {
    background-color: #ebebeb;
}
nav a:nth-child(1):hover {
    /* background-color: rgb(193, 193, 4); */
    border-color: transparent;
}
nav a:nth-child(2):hover {
    /* background-color: rgba(104, 43, 226, 0.625); */
    border-color: transparent;
}
nav a:nth-child(3):hover {
    /* background-color: rgba(0, 178, 12, 0.789); */
}
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 {
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
}
section p {
    color: #541313;
    font-size: 18px;
    line-height: 30px;
}


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

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