body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

p {
  font-size: medium;
}

.bold {
  font-weight: bold;
}

.capitalize {
  text-transform: capitalize;
}

body {
  text-align: center;
  font-family: "Google Sans", sans-serif;
}

button, label, input {
  font-family: "Google Sans", sans-serif;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 99%;
  text-align: right;
}

.footer p {
  font-size: small;
}

#canskip {
  font-size: small;
}

.imgbox {
  display: grid;
  height: 100%;
}
.center-fit {
  max-width: 100%;
  max-height: 100vh;
  margin: auto;
}