body {
    background-image: url(shrooms.jpg);
    background-attachment: fixed;
    background-size: cover;
}
@font-face {
    font-family: cutsie;
    src: url(static/EpundaSlab-Regular.ttf);
}
.jaro-cutsie {
  font-family: "Jaro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#disclaim {
    background-color: red;
    top: 5%;
    left: 30%;
    height: 20vh;
    width: 40vw;
    position: relative;
    border-radius: 16px;
    overflow-y: hidden;
    text-align: center;
    color: white;
    padding-bottom: 2%;
    font-family: cutsie;
    line-height: 0.5;
}
#textbox {
    background-color: #eed9c4;
    opacity: 95%;
    top: 35%;
    height: 20vh;
    width: 50vw;
    left: 8%;
    position: absolute;
    border-radius: 16px;
    padding: 1%;
    padding-bottom: 2%;
    font-family: cutsie;
}
h1 {
    text-align: center;
}
#key {
    top: 5%;
    position: absolute;
    background-color: #eed9c4;
    font-family: cutsie;
    right: 3%;
    width: 22vw;
    height: 50vh;
    border-radius: 16px;
    padding-bottom: 2%;
    padding: 1%;
    overflow: scroll;
}
.maryjane {
    background-color: #eed9c4;
    width: 80w;
    height: 10vh;
    border-radius: 16px;
    top: 70%;
    left: 8%;
    position: absolute;
    z-index: 1;
}
.maryjanecnt {
    display: none;
    background-color: #eed9c4;
    opacity: 95%;
    width: 80vw;
    height: 65vh;
    padding: 1%;
    border-radius: 16px;
    top: 80%;
    left: 8%;
    position: absolute;
    font-family: cutsie;
    overflow: scroll;
    margin-bottom: 5%;
}
.maryjane:hover + .maryjanecnt {
    display: block;
}
h2 {
    text-align: center;
}
h3 {
    text-align: center;
}
h4 {
    left: 2%;
}
li {
    list-style-type: none;
}
ul {
    font-weight: bold;
}
#button {
    position: absolute;
    width: 6vw;
    height: 9vh;
    overflow-y: scroll;
    bottom: -100%;
    right: 47%;
    background-image: url(Boatventures_Still-ezgif.com-resize.png);
    background-repeat: no-repeat;
    background-color: transparent;
    overflow-y: hidden;
  }
  #button:hover {
    position: absolute;
    width: 6vw;
    height: 9vh;
    overflow-y: scroll;
    bottom: -100%;
    right: 47%;
    background-image: url(Boatventures_GIF-ezgif.com-resize.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    overflow-y: hidden;
  }