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

html,
body {
  margin: 2px 0px 0px 0px;
  height: calc(100% - 2px);
}

#main {
  --link-separator: "|";
  --text-color: #908090;
  --spacing: 0.25em;
  text-align: left;
  display: inline-block;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 50px;
  font-size: 1.1em;
}

body {
  background-image: url("blur-shakal.jpeg"), url("blur-shakaler.jpeg");
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  font-family: "AnkaCoder", monospace;
  color: var(--text-color);
  overflow-x: hidden;
  text-align: center;
}

a {
  color: #efbfdf;
  text-decoration: none;
  transition: 300ms;
}

a:hover {
  color: #9fbfdf;
}

.svg2764 {
  opacity: 0.5;
}

.ip-addr {
  background-color: #efbfdf;
  color: black;
  padding: 8px 16px;
  display: inline;
}
