* {
  box-sizing:border-box
}

html {
    background-color: black; 
    overflow-y: scroll;
  }

body {
  width: 100%;
  text-align: center;
}

.frame {
      width: 90%;
  height: 80%;
  position: absolute;
  margin-inline: 4%;
  overflow-y: hidden;
}

p {
    color: white;
    font-family: 'reanimator';
    font-weight: normal;
    max-width: fit-content;
}

#demo {
 border: solid 2px #FFC15E;
 padding: 5px; 
 background: black; 
 width: 80%;
 position: absolute;
 top: 80vh;
 margin-inline: 10%;
}