body {
    background-color: oklch(18.5416% 31.906649% 115);
    color: oklch(72% 44.689766% 115);
    font-family: 'Courier New', Courier, monospace;
    font-size: 3vw;
}

h1 {
    font-size: 10vw;
    margin: 5;
}

a {
    color: oklch(72% 44.689766% 115);
    font-weight: bolder;
}

a:hover {
    color: oklch(100% 0% 115);
}

div.flexcol {
    display: flex;
    flex-direction: column;
}

.left {
    margin-left: 4px;
    margin-right: 40px;
    max-width: 1200px;
    align-self: flex-start;
}

.right {
    margin-left: 40px;
    margin-right: 4px;
    max-width: 1200px;
    align-self: flex-end;
}


.vid {
    align-self: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    max-width: 640px;
}
