body {
    font-family: Arial;
    box-sizing: border-box;
    padding: 10%;
    background-image: url(https://pa1.aminoapps.com/7203/9cd153b7ea6a4a1b021e98402e5bd6a644fa5be8r1-480-480_00.gif);
    background-position-y: center;
    background-position-x: left;
    background-size: 100%;
    background-repeat: no-repeat;

  }
  main {
    max-width: 1400px;
    margin: 0 auto;
    min-height: 55vh;
    background: white;
    border-radius: 500px;
    padding: 2.5%;

    background-image: url(https://cdn.pixabay.com/animation/2022/07/30/11/43/11-43-29-1_512.gif);
    background-position-y: center;
    background-position-x: left;
    background-size: 75%;
    background-repeat: no-repeat;
    background-color: #333;
    transform: rotate3d(1, 1, 1, 25deg);
  }
  section {
    display: flex;
    flex-direction: row;
  }
  .pregunta, .respuesta {
    width: 50%;
    font-family: "Roboto Mono", monospace;
    font-weight: 40;
    font-style: normal;
  } 
  /* .ball8 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: black;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  } */
  /* .ball8-circle {
    width: 45%;
    height: 45%;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: black;
  } */

  h1 {
    text-align: center;
    color: #eee;
    font-family: "Jersey 10", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5rem;
    
  }

  input {
    margin-bottom: .75em;
    padding: .5em 1em;
    border: 1px solid grey;
    border-radius: 8px;
    width: 80%;
  }
  button {
    font-weight:bold;
    color: rgb(0, 0, 0);
    border-radius: 40px;
    width: 150px;
    height: 30px;
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    font-style: normal;
  }
  .respuesta {
    background: #eee;
    color: #333;
    padding: 1em;
    border-radius: 8px;
  }
  .respuesta span {
    color: red;
    font-weight: bold;
  }
  
  .disclaimer {
    margin-left: 45px;
    margin-right: 45px;
    margin-top: 5vh;
    margin-bottom: 10vh;
    font-size: .6rem;
    color: rgb(255, 255, 255);
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 120;  
  }