body, html {
  height: 100%;
}

body {
  /* The image used */
  background-image: url("https://www.piiatomi.org/rc-blogi/wp-content/uploads/2021/03/yokuva1.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body {
   font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
   font-size: 100%;
   color:#ffffff;
   
   background-color:#0099FF;
}


 table {
     background: rgba(0,0,0,0.2);

     
 }
 td {
     margin:10;
     padding: 3px;
 }

 td.answers {
     background-color: #0000ff;
 }
 
 td.instructions {
     width: 300px;
     padding: 5px;
     
 }
 
  
     

 select {
    background: -webkit-linear-gradient(white, #666);
    font-size: 125%;
    width: 320px; height: 80px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: black;
    webkit-appearance: none;
}

 input[type=text]  {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 320px; height: 80px;
  line-height: 40px; font-size: 150%;
  border: 1px solid #bbb
  }


input[type='radio'] {
        height: 22px;
        width: 22px;
        vertical-align: middle;
    }
    
option{
  width:150px;   
  height:35px;
  font-size: 125%;
}


  input[type=button]{
      width: 320px; height: 100px;
      background-color: #bbbbdd;
      border-radius: 15px;
  }