@font-face {
  font-family: ubuntu_regular;
  src: url('../fonts/ubuntu-v19-latin-regular.woff');
}
@font-face {
  font-family: ubuntu_mono;
  src: url('../fonts/ubuntu-mono-v14-latin-regular.woff');
}

body {
  background-color: black;
  color: #fc65f2;
  font-family: ubuntu_regular;
}
.mono {
  font-family: ubuntu_mono;
}
li {
  font-family: ubuntu_mono;
}
a {
 color: #ff0066;
 font-family: ubuntu_mono;
}

a.min{
  font-size:16px; 
  text-decoration:none;
  padding:0px;
}

.header {
  width: 50%;


}