@font-face {
  font-family:"fast-mono";
  src: url("fast_mono.woff2") format("woff2");
}
@font-face {
  font-family:"fast-sans";
  src: url("fast_sans.woff2") format("woff2");
}
@font-face {
  font-family:"fast-dotted";
  src: url("fast_sans_dotted.woff2") format("woff2");
}
@font-face {
  font-family:"fast-serif";
  src: url("fast_serif.woff2") format("woff2");
}

body {
  color: black;
  font-family: Verdana;
  text-align: center;
}

.photo {
  position: fixed;
  width: 75%;
  left: 12.5%;
}

@media only screen and (max-width: 600px) {
  .photo {
    width: 100%;
    left: 0%;
  }
}