body {
  margin: 0;
  background: #0057b8;
  color: white;
  font-family: Arial, sans-serif;
  background-image: url('/img/bg.svg');
  background-size: cover;
}
#tarjeta{
  margin-top: 80px;
}

#qr{
  border-radius: 50px; 
  border-width: 25px;
  border-color: white;
  border-style: solid;
  background-color: white;
  color: black;
}
#qr div{
  color: black;
}
#container {
  display: flex;
  height: 100vh;
}
#left-panel {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 2em;
}
#logo {
  width: 120px;
  margin-bottom: 2em;
}

#right-panel {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em;
}

#qr {
  margin-bottom: 2em;
}
#result {
  font-size: 1.5em;
  margin-top: 2em;
}


#question{
  font-size: 35px;
  position: relative;
  padding-left: 110px;
  padding-right: 110px;
  width: 500px;
  margin-top: 25px;
}
#left_q{
  position: absolute;
  left: 0;
  top:-25px;
  font-size: 200px;
  line-height: 200px;
  font-family: 'visa_dialectbold';
   color: #fbb501;
   height: 190px;
}
#right_q{
  position: absolute;
  right: 0;
  font-size: 200px;
  line-height: 200px;
  font-family: 'visa_dialectbold';
  height: 190px;
}
.opcion-desktop{
  font-size: 27px;
}
.circulo-opcion-content{
  margin-right: 20px;
}
.circulo-opcion{
  width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    /*margin-right: 1em;*/
    border: 2px solid rgb(204, 204, 204);
    transition: background 0.2s;
}