.full-size {
  width: 100%;
  height: auto;
}

.small-size {
  width: 500px;
  height: auto;
}

body {
  background-color: black;
  color: white;
  font-family: sans-serif;
  text-align: center;
}
