@font-face {
  font-family: "Pixel";
  src: url("Pixel.woff") format("woff");
}
@font-face {
  font-family: OpenDyslexic;
  src: url("OpenDyslexic-Regular.woff") format("woff")
}
body { 
  background: black;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Pixel";
}
/* ul {
  list-style-type: none; 
  margin: 50px;
  padding: 50px;
  width: 300px;
  height: 100%;
  background-color: #ffffff;
} */

li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  font-family: "Pixel";
}
li a:hover {
  background-color: #555;
  color: white;
}
p {
  color: #ffffff;
  font-size: 45px;
}
img {
 max-width: 100%;
 height: auto;
}
.container {
  display: grid;
  grid-template-columns: auto auto auto;
  background-color: black;
  padding: 5px;
}
.button {
  background-color: #ccbfa1;
  color: black;
  border-style: solid;
  border-width: 5px;
  border-color: #ccbfa1;
  border-radius: 10px;
  width: 100px;
  height: 50px;
}
/* kill me */