
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 6px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 80px;
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
  }
  
  #myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 8px 12px;
    background-repeat: no-repeat;
    font-size: 12px;
    padding: none;
    border: none;
    border-bottom: 1px solid #ddd;
  }
  
  #myInput:focus {outline: 3px solid #ddd;}
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
    color: black;
  }
  
  .dropdown-content a {
    color: black;
    padding: 8px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}
  .body {
    background-color: mintcream;
    font-family: arial;
    color: white;
  }

  .ctrDiv{
    display: flex; 
    align-items: center; 
    text-align: center; 
    justify-content: center;  
    
  }
.answerBox{
  display: inline-block;
  box-sizing: border-box;
  height: auto;
  width: 400px;
  border-color: whitesmoke;
  text-align:left; 
  background-color:mintcream;
  color:black;
}

.body{
  color: mintcream !important;
  width: auto;
  height: auto;
  }

  .background{
    color: mintcream !important;
    width: auto;
    height: auto;
    }  

video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;    
  z-index: -1;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 80%;
  min-height: 80%;
}
