body {
  min-height:100vh; margin:0; position:relative; 
  background:  radial-gradient(ellipse at center, #c6fae7 0, #a8cec0 100%);
  position: relative;
}
.topnav {
    background-color: #1B94A1;
    overflow: hidden;
  }
  
  .topnav {
    background-color: #04AA6D;
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav p {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  

  
  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: #04AA6D;
    color: white;
  }


.tutorial-btn {
    color: white; 
    font-family: 'Exo 2'; 
    display: inline; 
    font-size: 18px; 
    position: absolute; 
    right: 0px; 
    padding-top:25px;
    padding-right:30px;
    margin-right: 25px;
    padding-left:25px;
    padding-bottom: 16px;
    
  }
  
  .tutorial-btn:hover{
    background-color: #6fd2dd;
    color:white;
    text-decoration: none;
  }

  .question-select {
    width: 90% !important;
    margin-right: 10px !important;
    
  }

  .questions-div{
    margin-top: 20px;
    margin-bottom: 20px;
     width: 500px;
     min-height: 100px;
     -moz-border-bottom-colors: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
     border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;
     border-image: none;
     border-radius: 6px 6px 6px 6px;
     border-style: none solid solid none;
     border-width: medium 1px 1px medium;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
     color: #555555;
     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     font-size: 1em;
     line-height: 1.4em;
     padding: 5px 8px;
     background-color: 0.2s ease 0s; background: none repeat scroll 0 0 #FFFFFF;
     width: 100%;
  }

  .questions-div-render{
    margin-bottom: 20px;
     width: 500px;
     min-height: 100px;
     -moz-border-bottom-colors: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
     border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;
     border-image: none;
     border-radius: 6px 6px 6px 6px;
     border-style: none solid solid none;
     border-width: medium 1px 1px medium;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
     color: #555555;
     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     font-size: 1em;
     line-height: 1.4em;
     padding: 5px 8px;
     background-color: 0.2s ease 0s; background: none repeat scroll 0 0 #FFFFFF;
     width: 100%;
  }

  .question-select-div{
    display: flex;
  }

  .mid-btns{
    margin-top: 10px;
    width: 32% !important;
  }

  .mid-btns-second-row{
    margin-top: 10px;
    width: 49% !important;
  }

  @media screen and (max-width: 934px) {
    .mid-btns {
        width: 100%  !important;
        display: block;
    }
    .mid-btns-second-row{
      width: 100%  !important;
        display: block;
    }
}



  .custom-question-div{
    display: none;
  }

  .x {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
     float: right;
     margin-bottom: 10px;
     margin-top: 10px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.185);
    color: white;
    text-align: center;
    font-size: 1em;
}



