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;
}
img{
    width: 100%;
}
.caps{
    letter-spacing: 2px;
    font-weight: 800;
}
.system{
    letter-spacing: 1px;
}
.project{
    max-width: 550px;
}
.imgCopyright{
    width: 100%;
    font-size: 12px;
    padding-top: 2px;
    display: inline-block;
    text-align: right;
    padding-bottom: 24px;
}
