div.navegacionV{
    /*background-color: salmon; color: blue; */
    width: 60%; height: 0%;

            font-family: "Funnel Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: xx-large;
  text-align: left;

  position: fixed; top: 0%; left: 90%;
  z-index: 2;
}

.barV{width: 100%;}


p#topic{position: relative; left: 30%;font-size: xx-large;

    font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /*100 a 900*/
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

  font-size: xx-large;
}


        span#player{
            position: relative;
            left: 0;

            font-family: "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-style: normal;

  font-size: xx-large;
        }

        span#rival{
            position:relative;
            left: 90%;

            font-family: "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-style: normal;

  font-size: xx-large;
        }

        span#playerLP{
            position: relative; left: 0%;
        }

        span#rivalLP{
            position: relative; left: 92%;
        }

        span#endGameMessage{
            position: absolute; left: 40%;

            font-family: "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-style: normal;
        }

        div#questionsContainer{display: flex;}


        button.question{
            width: 1.5cm;
            height: 1.5cm;
            font-size: xx-large;

            font-family: "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-style: normal;
        }

                button.questionJobs{
            width: 2.2cm;
            height: 1.5cm;
            font-size: xx-large;

            font-family: "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
        }


        button.inputPasswordButton{
            width: 1.5cm;
            height: 1.5cm;

            position: relative;
            left: 0%;

            font-family: "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-style: normal;

  font-size: xx-large;


        }

        button.getPasswordButton{
            width: 1.5cm;
            height: 1.5cm;

            position: relative;
            left: 75%;

            font-family: "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-style: normal;

  font-size: xx-large;


        }


        div#questionsContainer{
            position: relative;
            left: 45%;

        }
