@font-face {
  font-family: "Pixellari";
  src: url("Pixellari.ttf") format("truetype");
}

html{
  height: 100vh;
  cursor: url("cursor.png"), auto;
}

body {
  line-height: 1.5;
  color: #ffffff;
  background-image: url("num.gif");
  background-repeat: repeat;
  text-align: justify;
  font-size: 15px;
  font-family: "Pixellari";
}

::-moz-selection { /* Code for Firefox */
  color: #000000;
  background: #ffffff;
}

::selection {
  color: #000000;
  background: #ffffff;
}

#anim {
  font-family: "Pixellari";
  color: #ffffff;
  font-size: 45px;
  text-align: center;
     -webkit-animation: pop 3s ease-in-out infinite alternate;
     animation: pop 3s ease-in-out infinite alternate;
     -moz-animation: pop 3s ease-in-out infinite alternate;
    }

    @keyframes pop {
    from {
    transform:scale(0.95)
    }

    50% {
    transform:scale(1)
    }

    to {
    transform:scale(0.95)
    }
    }

    @-webkit-keyframes pop {
    from {
    -webkit-transform:scale(0.95)

    }

    50% {
    -webkit-transform:scale(1)

    }

    to {
    -webkit-transform:scale(0.95)

    }
}


#container {
  background-color: black;
  padding: 10px;
  border: 1px solid #ffffff;
  overflow: auto;
  height: 90px;
  width: 500px;
  scrollbar-width: none;
}

#main {
  background-color: black;
  padding: 10px;
  border: 1px solid #ffffff;
  overflow: auto;
  height: 150px;
  margin-top: 10px;
  width: 500px;
}

.box {
  display: flex;
  justify-content: center;
}

#sidebar {
  background-color: black;
  padding: 10px;
  border: 1px solid #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  width: 110px;
}

p {
  padding: 0px;
  margin: 0px;
}

#upd {
  border: 1px solid #ffffff;
  padding: 3px;
  overflow: auto;
  height: 40px;
  scrollbar-width: none;
}

ul {
  padding: 0px;
  padding-left: 10px;
  margin: 0px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  color: #ffffff;
}

a:link {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline;
  display: inline-block;
  transition: .2s ease;
  transform: translateY(-20%);
  cursor: url("cursor.png"), auto;
}

a:active {
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline;
}

#theseus {
  width: 110px;
}

.tooltipimg:hover .tooltip {
  display: block;
}

.tooltip {
  display: none;
  background: #000000;
  margin-left: 32px;
  padding: 10px;
  position: absolute;
  z-index: 1000;
  max-width:100px;
  border: 1px dotted #ffffff;
  font-family: "Pixellari";
  font-size: 11px;
}