@font-face {
  font-family: asterisks;
  src: url("../fonts/asterisks.ttf");
}

html,
body {
  margin: 0px !important;
  padding: 0px !important;
}

.screen {
  background-size: 100% 250px;
  background-position: 50% 0px, 0px 0px;
}

.screeninicio {
  justify-content: space-evenly !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.formquestionrating {
  align-items: stretch;
}

@media screen and (max-width: 479px) {
  .screen {
    background-size: 180% 250px;
    background-position: 35% 0px, 0px 0px;
  }

  .logoinicio {
    margin-top: 20px !important;
  }
}
