@font-face {
    font-family: "MSFont";
    font-style: italic;
    font-weight: 700;
    src: url("../../fonts/W95fA.otf");
  }


html {

  }

body {
    font-family: "MSFont";
    background-color: rgb(7, 7, 41);
    color: white;
}

#photos img {
  border: 3px ridge #c3c3c3;
  /* Enable this for pixel art!! */
  /* image-rendering: pixelated; */
  max-height: 120px;
}
