@font-face {
  font-family: "Century Gothic";
  src: url("../resources/GOTHIC.TTF") format("truetype");
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  cursor: pointer;
}

p {
  font-family: "Century Gothic";
}

.viewModeDiv {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: black;
  cursor: pointer;
}

#goHome:hover {
  font-weight: bold;
  cursor: pointer;
}

/*# sourceMappingURL=portfolio.css.map */
