.rounded-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    height: 200px;
    margin: auto;
    border-radius: 20px;
    background-color: #1f2027;
    border: 15px solid lightblue;
    text-align: center; /* center text horizontally */
  }
  h1 {
    font-size: 8rem; /* make the font size larger */
    font-family: Verdana;
    margin-top: 1rem; /* add some space above the text */
    color: lightblue;
  }

.right {
    position: fixed;
    top: 20px;
    right: 20px;
   }

.dropBox {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 30%;
    height: 50%;
    background-color: rgb(53, 53, 53);
    border: 4px solid lightblue;
    border-radius: 10px;
  }
  
.dropBox {
    display: none;
  }
  
.dropDown {
    display: none;
  }

  .fixed_header {
    overflow: scroll;
  }
