text{
    font-family:Helvetica, Arial, sans-serif;
    font-size:11px;
    pointer-events:none;
}
body{
    background-color: #08031A;
    background-image: url("/static/imgs/gay_little_cloak.webp");
    background-repeat: no-repeat;
    background-size: cover;
}
@font-face {
  font-family: blackLetter; /* set name */
  src: url("/static/fonts/Blackletter.TTF"); /* url of the font */
}
h1{
    font-family: blackLetter;
    color: #f0ead6;
    font-size: 60px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;

}
#chart{
    display: flex;
    justify-content: center;
    align-items: center;
}
#ad{
    display: flex;
    justify-content: center;
    align-items: center;
}
@font-face {
  font-family: lobster; /* set name */
  src: url("/static/fonts/Lobster.otf"); /* url of the font */
}
#itemList{
    resize: none;
    position: absolute;
    width:200px;
    height:400px;
    top:40px;
    Right:10px;
    background-color: #331a5a;
    font-family: lobster;
    color: #f0ead6;
}
#shuffleButton{
    position: absolute;
    /* width:200px;
    height:400px; */
    top:450px;
    Right:60px; 
}
#question{
    position: absolute;
    width:400px;
    height:500px;
    top:0;
    left:520px;
}
#question h1{
    font-size: 50px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    padding: 0;
    margin: 0;
    top:50%;
    -webkit-transform:translate(0,-50%);
            transform:translate(0,-50%);
}

#vampire{
   position: absolute;
   bottom: 100px;
   right: 140px; 
}
#yippieSkeleton{
   position: absolute;
   bottom: 5px;
   right: 10px; 
}
#rgbKitten{
   position: absolute;
   bottom: 0px;
   right: 60px; 
}
#sizzie{
   position: absolute;
   bottom: 0px;
   right: 120px; 
}


