@font-face {
  font-family: ABC Stefan;
  src: url(Fonts/ABC-Stefan/ABCStefan-Simple-Trial.woff);
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  background: #ff82c6;
  height: 100%;
  width: 100%;
  overflow: auto;
  color: black;
  box-sizing: border-box;
  font-family: ABC Stefan, sans-serif;
}

::-moz-selection {
  color: #ff82c6;
  background: black;
}

::selection {
  color: #ff82c6;
  background: black;
}

h1,
p {
  margin: 0;
}

.alternate {
  font-family: "ABC Stefan", sans-serif;
  font-feature-settings: "aalt" 5;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1001;
  pointer-events: none;
  margin: 0;
}

.content {
  z-index: 1;
  padding: 0;
  margin: 0;
  height: 100vh;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 4em;
  text-align: center;
  line-height: 1;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .content {
    font-size: 2.5em;
    padding: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .content {
    font-size: 1.5em;
    padding: 15px;
  }
}

.image-link {
  width: auto;
  display: flex;
  pointer-events: none;
}
.image-link img {
  pointer-events: all;
  min-height: 300px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .image-link img {
    min-height: auto;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .image-link img {
    min-height: auto;
    width: 100%;
    height: auto;
  }
}

.image-link:hover img {
  content: url(questionario-02.svg);
}

.image-link:active img {
  content: url(questionario-03.svg);
}

.item-links,
.item-links:visited {
  text-decoration: none;
  color: #0091d5;
}

.item-links:hover {
  color: #e1421f;
}/*# sourceMappingURL=styles.css.map */