@import url('https://fonts.googleapis.com/css2?family=Cousine:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html {
    font-family: Cousine, Courier Prime, Courier New, Monospace;
    color:#fff;
    font-size:.8em;
    margin:16pt;
    margin-top:50pt
}

body {
    background-color:#8d1800;
}

.navbar {
    font-size:16px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #a22;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    line-height: 50px;
}

vr {
    position:absolute;
    bottom:0;
    top:0;
    border:1px solid white;
    width:0;
}

bu {
    font-weight: bold;
    text-decoration: underline;
}

a {
    color:yellow;
    text-decoration: none;
}

a:visited {
    color:aqua;
    text-decoration:underline;
}

a:active {
    text-decoration:underline;
}

.textbox {
    background-color:#a33;
    padding:16pt;
}