@font-face {
    font-family: fuenteUno;
    src: url(ShareTech-Regular.ttf);
}

@font-face {
    font-family: fuenteDos;
    src: url(SquadaOne-Regular.ttf);
}

h1{
    font-family: fuenteDos;
    text-align: center;
}
h2{
    font-family: fuenteUno;
    text-align: center;
}

#cuestionario
{
    text-align: justify;
    font-family: fuenteUno;
}

li
{
    background-color: rgba(40, 202, 246, 0.44);
}

button {
    font-family: fuenteUno;
    padding: 5px;
    background-color: #27bce667;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
  }
  
#total
{
    font-family: fuenteUno;
    background-color: rgb(151, 208, 244);
}

#comentario
{
    font-family: fuenteUno;
    text-transform: uppercase;
    padding: 5px;
    background-color: #27bce667;
}
