body {
    font-family: 'Courier New', sans-serif;
    font-size: 1.15em;
    font-weight: bold;
    color: #DDB66A;
}

a {
    text-decoration: none;
    color: #74DE6A;
}

a:visited {
    color: #6A9ADD;
}
  
a:hover {
    cursor: url("../assets/cursors/gam945.gif"), auto;
}

-webkit-scrollbar {
    display: none;
}

body {
    background-image: url("../assets/images/space.gif");
    background-repeat: repeat;
    cursor: url("../assets/cursors/gam942.gif"), auto;
}

.top-bar {
    position: fixed;
    background-image: url("../assets/images/hanging-stars.gif");
    top: 0;
    left: 0;
    height: 50px;
    width: 100vw;
}

.box {
    background-color: #a51970;
    border: solid 4px #78AEFA;
    border-radius: 15px;
}

.side-bar {
    position: fixed;
    height: fit-content;
    max-height: 82vh;
    min-width: fit-content;
    width: 15vw;
    top: 11.5vh;
    left: 2vw;
    margin: auto;
}

.main {
    position: absolute;
    height: 50vh;
    min-height: fit-content;
    width: 50vw;
    min-width: fit-content;
    top: 10vh;
    left: 20vw;
    justify-content: center;
}

.main-row- {
    position: relative;
    display: flex;
    top: 0;
    left: 0;
    height: fit-content;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.main-top {
    position: relative;
    font-size: 2.25em;
    font-weight: bold;
    height: fit-content;
    width: 20vw;
    min-width: fit-content;
    top: 0;
    left: 0;
    padding: 15px;
    text-align: center;
}

.main-bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 1em;
    height: fit-content;
    width: 90%;
    padding: 25px;
    margin-top: 3vh;
}

.bottom-bar {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    font-size: 1.1em;
    background-color: #a51970;
    height: 6vh;
    width: 100vw;
    border: solid 3px #78AEFA;
    border-radius: 0;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.side-bar-top {
    position: relative;
    text-align: center;
    height: 60px;
    width: 100%;
    padding: 15px 0px 0px 0px;
    margin: auto;
    border-bottom: solid 3px #5AB1BB;
}

.nav-text-main {
    font-size: 1.75em;
    text-align: center;
    margin: auto;
    padding-top: 15px;
}

.nav-text {
    font-size: 1.5em;
    text-align: center;
}

.main {
    text-align: center;
    padding: 15px;
}

img {
    position: fixed;
}

.img-1 {
    left: 1275px;
    top: 550px;
}

.img-2 {
    left: 1200px;
    top: 400px;
}

.img-3 {
    left: 1375px;
    top: 400px;
}

.img-4 {
    left: 1275px;
    top: 230px;
    z-index: 1;
}

.img-5 {
    left: 1200px;
    top: 80px;
}

.img-6 {
    left: 1375px;
    top: 80px;
}

.info-row {
    position: relative;
    display: flex;
    top: 0;
    left: 0;
    height: 7vh;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}