body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  margin: 0;
}
code {
  font-family:
    source-code-pro,
    Menlo,
    Monaco,
    Consolas,
    Courier New,
    monospace;
}
.App {
  text-align: center;
}
.picture-frame img {
  height: 100%;
  outline: 2px solid red;
  position: relative;
  width: 100%;
}
.picture-frame .image-container {
  height: 50%;
  margin: auto;
  position: relative;
  width: 50%;
}
.picture-frame .image-container p {
  background-color: #0000004d;
  bottom: 10px;
  color: #fff;
  position: absolute;
  right: 10px;
}
.previous-five {
  background-color: #ff6464;
  color: #000;
}
.previous-one {
  background-color: #ff9696;
  color: #000;
}
.forward-one {
  background-color: #96ff96;
  color: #000;
}
.forward-five {
  background-color: #64ff64;
  color: #000;
}
/*# sourceMappingURL=main.ccfc9375.css.map*/
