@font-face {
  font-family: "Iosevka";
  src: "./fonts/iosevka-regular.ttf";
}

.html, body {
  height:100%;
  background-color: #000000;
  color: #FFBF00;
  font-family: 'Iosevka', monospace;
}

body {
  -webkit-background-size: ver;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-color: #000;
}

:root {
  --md-text-font: "Iosevka";
}

.service_icon {
  font-size: 4em;
  margin: 0.6em;
}

.md-header__button.md-logo img {
  height: 4rem;
  width: 4rem;
}

.md-header__button.md-logo {
  margin: 0;
  padding: 0;
}

.md-header__title {
  font-size: 1.5rem;
}

a, a:visited, a:hover, a:active {
  color: #FFBF00;
  text-decoration: underline;
  font-family: 'Iosevka', monospace;
}

hr {
  border: none;
  height: 1px;
  background-color: #FFBF00;
}

#bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#content {
  position: relative;
  z-index: 1;
}

img.logo {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100pt;
  z-index: -1;
  border: none;
  pointer-events: none;
}

h1 {
 padding: 10pt;
 font-size: 4em;
 margin-top: 5px;
 margin-bottom: 30px;
}

.small-text {
  font-size: 11px;
}
