body{background: #1A0933;     color: #E6D3E2;}
h1, h2, h3, h4 {    text-shadow: 0 0 1px rgb(229 250 255 / 50%), 0 0 2px rgb(255 255 255 / 30%), 0 0 5px rgb(255 255 255 / 50%);
margin-bottom: 4px;

}
.container{margin-top: 10px;}
.hide {display: none;}
button, .button {height: 28px;
    line-height: 28px;
    padding: 0 18px;
    margin-right: 3px; margin-bottom: 4px;}
.question-btn {padding: 0 10px; color:#f2f2f2;}
.question-btn:hover {background-color:#ebe2e9}

.answer-btn{
    font-size: 20px; margin-right: 4px;
}
.start-btn-section{
text-align: center;
}
#start_btn{
    
        display: inline-block;
        font-size: 20px;
        height: 38px;
        line-height: 38px;
        text-decoration: none;
        border-radius: 4px;
        color: #ffffff;
        background-image: -webkit-linear-gradient(#2F9BCB 0%, #67ceff 100%);
        background-image: linear-gradient(#2F9BCB 0%, #67ceff 100%);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
        border-bottom: solid 3px #5e7fca;
      }
    
    



button.disabled  {
    opacity: 0.6;
    box-shadow: -20px 20px 50px -20px rgb(7, 46, 118) inset;
    border: 1px solid white;
    
  }

  /* responsive nav bar stuff */
  .topnav {
    margin: 0;
    overflow: hidden;
    background-color: #6F42C1;
    box-shadow: 0 0 2px rgb(111 66 193 / 90%), 0 0 4px rgb(111 66 193 / 40%), 0 0 1rem rgb(111 66 193 / 30%), 0 0 4rem rgb(111 66 193 / 10%);

  }
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    background-color: #2F9BCB;
    color: white;
    text-shadow: 0 0 1px rgb(229 250 255 / 90%), 0 0 2px rgb(255 255 255 / 90%), 0 0 5px rgb(255 255 255 / 90%);
    
  }
  
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }

  #canvas1 {background-color: none;
width:100%;}