* {
    box-sizing: border-box;
  }
  
  .cont1 {
      opacity: 0.5;
  }
  
  body {
    background: url(https://img3.goodfon.ru/wallpaper/nbig/c/44/zanaves-krasnyy-shtora-691.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    /*overflow: hidden;*/
    background-color: rgb(83, 83, 83);
  }

.panel-body {
    background-color: #ffffff;
}
  
  .counts {
    display: none;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
 /* position: fixed;
    bottom: 20px;
    left: 0; */
   /* width: 100%;
    background-color:#81adf4;
    color: black;
    margin-top: 20px;
    font-family: Oswald, sans-serif;
    font-weight: bold;
    font-size: 1.1rem;*/
  }

  ul {
    list-style-type: none;
  }
  
  form, .correctAnswer {
    
  }
  
  .start {
    text-align: center;
  }

  h2, .questions {

    display: inline-block;
    padding: 0;
  }
  
  header {
    text-align: center;
    
  }

  .questionForm {
      display: none;
  }

  input[type=submit]:hover {
      
  }

  .radio {
    text-align: left;
  }

  form p {
      font-weight: bold;
      text-align: center;
  }

  .correctAnswer {
      text-align: center;
  }

  .start, .correctAnswer, .questions {

  }

  button, .start-button, .submit-button {
    background-color: #fc0;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
  }

  .questionBox {


  }

  code {
      text-align: left;
  }