body {
    margin: 0;
    padding: 0;
    background-image: url(dhat.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

nav h1 {
    display: inline;
}
nav {
    background-color: rgb(0, 19, 96);
    padding: 20px;
    font-family: pluh;
    color: rgb(255, 255, 255);
    font-size: .5vw;
    border: solid 2px white;
}
img {
    height: 25vh;
    align-self: center;
}
.image {
    display: flex;
    justify-content: center;
    gap: 10px;
}
nav a {
    color: rgb(165, 192, 224);
    font-size: 2vw;
    text-decoration: none;
    border: 2px white dotted;
    font-size: 14px;
    padding: 5px;
}
nav a:hover {
    font-size: 16px;
}

#wrapper {
    width: 90vw;
    margin: auto;
    display: flex;
    background-color: rgba(0, 0, 0, 0.742);
    height: 90vh;
    margin-top: 5vh;
    font-size: 10px;
    line-height: 1.5;
    font-family: pluh;
}
main a {
    text-align: center;
    display: block;
    color: rgb(166, 160, 243);
}
main {
    padding: 2vw;
}
#left {
    width: 60vw;
    overflow-y: scroll;
}
#right {
    width: 30vw;
    overflow-y: scroll;
    padding: 1vw;
}

@font-face {
    font-family: "pluh"; 
    src: url("Bittypix\ Monospace.otf") format("truetype");
}

::-webkit-scrollbar {
    background: rgba(255, 255, 255, 0);
}
::-webkit-scrollbar-thumb {
    background: #1823c672;
}
::-webkit-scrollbar-track {
    background: #bacdfb00;
}