body {
    background-image: url(stars\ gif.gif); 
    font-family: AB; 
}
@font-face {
    font-family: AB;
    src: url(PlaywriteNZBasic-VariableFont_wght.ttf);
}
#story {
    background-color: grey;
    opacity: 95%;
    width: 55vw;
    height: fit-content;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    border: 2px white solid ;
    border-radius: 5px;
    padding: 2%;
    font-size: 1vw;
    position: relative;
}
h1 {
    text-align: center;
    font-weight: bold;
    font-size: 2vw;
}
h2 {
    text-align: center;
    font-weight: lighter;
    font-style: italic;
    font-size: 1.5vw;
}
#music {
    bottom: 0;
    right: 0;
    position: fixed
}
#nav {
    top: 3%;
    left: 4%;
}
ul {
    list-style-type: none;
    padding: 0;
}
#left {
    margin-left: 0;
    margin-top: 11%;
    position: absolute;
    width: 100vw;
}
#right {
    margin-right: 0;
    margin-top: 11%;
    position: absolute;
    width: 100vw;
    text-align: right;
}
li {
    margin-bottom: 10%;
}
