body,
p,
a,
section,
video,
button,
img
{
    font-family: 'Cutive Mono', monospace;;
    font-style: normal;
    font-size: 16px;
    font-weight: 100;
    margin: auto;
    padding: 0;
}
body{
    background-color: rgb(255,255,250);
    color: rgb(0,0,0);
    min-height: 100vh;
    overflow-x: hidden;
    padding: 36px 36px 12px 36px;
    max-width: 800px;
}
p{
    text-align: left;
    line-height: 1.5;
    padding: 0 0 24px 0;
}
a{
    text-decoration:none;
    color: rgb(0,0,0);
}
a:hover{
    color: rgb(0,0,0);
}
section{
    padding: 24px 0 22px 0;
}
section:last-child{
    padding-top: 72px;
}
img,
video{
    width: 100%;
    aspect-ratio: 0.75;
}
.caps{
    letter-spacing: 2px;
    font-weight: 800;
}
.extLink{
/*    background-color: rgb(255,255,250);*/
/*    color: rgb(0,0,0);*/
/*    border: none;*/
    text-decoration:underline;
    text-decoration-thickness: thin;
}
.media{}
@media only screen and (min-width: 600px) {
    .media{
        transform: rotate(90deg) scale(0.75);
        max-width: 100%;
        margin: -29.167% 0px -29.167% 0px;
    }
}
button{
    background-color: rgb(255,255,250);
    color: rgb(0,0,0);
    border: none;
    text-decoration:underline;
    text-decoration-thickness: thin;
    padding: 12px 12px 24px 0;
}
button:hover{
    cursor:pointer;
}