/*fonts*/
@font-face {
    font-family: Sans;
    src: url(MeromSans-Regular.ttf);
    font-size: 16pt;
}

@font-face {
    font-family: SingleDayRegular;
    src: url(18938.ttf);
    font-size: 16pt;
}


/*general*/
body {
    background: #1251a9 center fixed;
    background-size: cover;
    padding: 0;
    margin: 0;
    font-size: 225%;
    font-family: "Sans",monospace;
    color: #f2ca00;
}

.help {
  font-size: 90%;
  transform: rotate(30deg);
}

/*spacing*/
.center {
  margin: 18%;
  width: 20%;
  padding: 50px 15;
  border: 4px solid #f2ca00;
  border-radius: 25px;
  text-align: center;
  background-color: #34a9f9;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 85%;
  background: #000083;
  font-family: "Sans",monospace;
}

ul>li>ul {
  opacity: 0;
  position: absolute;
  left: 1120px;
  pointer-events: none;
 transition: opacity .4s ease-in-out;
}

ul>li:hover>ul {
  pointer-events: all;
  opacity: 1;
}

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/nature/nat-11/nat1002.cur), auto !important;} /* End https://www.cursors-4u.com *//






