@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: #000000;
}
.link {
  width: 300px;
  height: 250px;
}
img {
  width: 100%;
  height: auto;
  border-style: solid;
  border-width: 5px;
  border-color: #ccbfa1;
}
.button {
  background-color: #efa476;
  width: 100px;
  height: 50px;
}
