/* -- start setup -- */
/*
font-family: 'Bebas Neue', cursive;
font-family: 'Raleway', sans-serif;
*/

* {
  font-family: "Raleway", serif, Arial, Verdana, Trebuchet MS, Helvetica,
    sans-serif;
  font-size: 16px;
  color: #434343;
}

.br1 {
  border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
  vertical-align: super;
  font-size: 9px;
}

.i {
  font-style: italic;
}

sup {
  font-size: 0.7em;
}

body {
  background-color: White;
  height: 100vh;
  background-image: url(../pcs.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.topLogo {
}
