body {
    background-image: url("https://images.unsplash.com/photo-1511584543012-b3221280136f?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=e7f2007c3c5c04bc04f369e4d60c0f3b&auto=format&fit=crop&w=922&q=80");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 36px;
  }
  
  .btn {
      font-size: 20px;
      padding: 20px;
      margin: 50px;
  }
  .btn-primary:hover, .reset:hover{
      background-color: #202364;
  }
  
  .container{
      margin-top: 50px;
      text-align: center;
      height: 100%;
      width: 700px;
  }
  
  h2, #message, #finalMessage{
      font-family: Sigmar One;
  }
  
  .thisChoice:hover{
      background-color: #202364;
      color: white;
      padding: 10px;
  }
  
  
  @media screen and (max-width:640px){
      .container{
          width: 500px;
          margin-top: 200px;
          size: 200%;
      }	
  }
  
  