body {
    font-family: 'Roboto Mono',monospace;
    min-height: 600px;
    background-image: url('https://i.imgur.com/vgE49uz.jpg');
    background-color: #000000;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  
  .container {
    text-align: center;
    padding: 20px;
    height: 100vh;
  }
  
  .page-title {
    color: #ffffff;
    margin: 0 0 5px;
    background-color: red;
    display: inline-block;

  }
  
  .page-subtitle {
    color: #ffffff;
    margin-top: 5px;
    background-color: black;
    display: inline-block;
  }
  
  .page-logo {
    width: 200px;
  }
  
  .alura-logo {
    width: 40px;
    position: absolute;
    top: 10px;
    right:10px;
  }
  
  @media (max-height: 500px) {
    body {
      min-height:800px;
    }
  }

.text1 {
  color: black;
  background-color: white;
  display: inline-block;
  font-weight: bold;
}

#caixaEscolha {
  width: 60px;
}

.resultado {
  color: red;
  background-color: black;
  display: inline-block;
}
