@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh; }

body {
  background: #000;
  max-width: 100vw;
  max-height: 100vh;
  font-family: 'Patrick Hand', cursive;
  text-align: center; }

.image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  color: #5e2c18;
  position: relative; }

.uploaded_by {
  color: #666;
  font-size: 2em;
  position: absolute;
  bottom: 10px;
  right: 10px; }
