body {
background-image: url("https://cdn.discordapp.com/attachments/1072418573420601386/1072418632656748584/8122a57141958bd9b065d3b246621c59f116e081.png");
}
#windowheader {
height: auto;
width: auto;
}
#huge {
width: 600px;
background: #dbdbdb;
box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #dfdfdf,inset -2px -2px grey,inset 2px 2px #fff;
padding: 2px;
}
#window {
height: auto;
width: auto;
position: absolute;
}
#bruh {
display: grid;
grid-template-columns: 200px auto;
grid-gap: 5px;
padding: 5px;
}
#navi {
padding: 5px;
height: 500px;
font-size: 1.2em;
border: 1px solid black;
}
#main {
padding: 5px;
height: 500px;
border: 1px solid black;
font-size: 1.5em;
}
.title-bar {
background: linear-gradient(to right, navy, blue);
}
#wee {
display: grid;
grid-template-columns: 300px auto;
grid-gap: 5px;
}
#wuh {
padding: 3px;
margin-top: 5px;
background: linear-gradient(navy, blue);
border-radius: 0px 20px 20px 0px;
color: white;
font-family: ms ui gothic;
font-size: 1.2em;
text-align: center;
border-top: 1px solid black;
border-bottom: 1px solid black;
}
#bluh {
}
.graphic {
margin-top: 5px;
height: 40px;
}
span.glow {
font-family: ms gothic;
font-weight: bold;
margin-right: auto !important;
}