body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
    box-sizing: border-box;
    background: black;
    padding: 4%;
  }

 
  main {
    max-width: 960px;
    margin: 0 auto;
    min-height: 40vh;
    background: white;
    border-radius: 10px;
    padding: 4%;
}

section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pregunta {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
  .ball8 {
   size: 10%;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .ball8-circle {
   size: 10%;
    width: 45%;
    height: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
   
  }

  .img {

  size: 10px;
  }

  h1 {
    text-align: center;
  }

  input {
    margin-bottom: .75em;
    padding: .5em 1em;
    border: 1px solid grey;
    border-radius: 8px;
    width: 80%;
  }
  button {
    font-weight:bold;
  }
  .respuesta {
    color: #e2e2e2;

    font-size: 30px;
    color: rgb(255, 255, 255);
    font-family: "Roboto Condensed", sans-serif;
    content: "";
    position: relative;
    transform: rotate(3.142rad);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding-bottom: 100px;
    margin: auto;
    text-transform: uppercase;
   
}
  
  .triangulo {
   
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 250px solid #0839ff;
    transform: rotate(3.142rad);
  }

  .efecto {
    
     
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-left: 180px solid transparent;
      border-right: 180px solid transparent;
      border-bottom: 280px solid #0839ff;
      transform: rotate(3.142rad);
      opacity: 70%;
  
    
  }

  
  .disclaimer {
    margin-top: 10vh;
    font-size: .5em;
    color: grey;
  }

  .bola {
    margin-top: 20px;
    display: inline-block;
    position: relative;
    width: 500px;
    height: 500px;
    background-color: #000000; /* Fondo negro */
    border-radius: 50%; /* Para darle la forma redonda */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.space{
  display: flex;
    justify-content: center;
    align-items: center;
}