body {
    background-color: black;
}

.title {
    position: fixed;
    left: 0;
    top: 0; 
    font-size: 30px;
    font-family: 'Courier New', Courier, monospace;
    padding-left: 15px;
    padding-top: 15px;
    padding-right:30px;
    z-index: 1;
}

.navbar {
    position: fixed;
    right: 0;
    top: 0;
    font-size: 30px;
    font-family: 'Courier New', Courier, monospace;
    padding-right: 15px;
    padding-top: 15px;
    z-index: 1;
}

.mainbar a {
    color: white;
    text-decoration: none;
}


