html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: url('https://pix.crd.co/assets/images/gallery06/8dc22190_original.gif');
}

body {
  ba
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'generic_mobile_system_nuevoRg';
}

.smallerguy {

  width: 90%;
  max-width: 600px;
  margin: auto;
  border: 5px double white;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  background-image: url('https://pix.crd.co/assets/images/gallery06/8dc22190_original.gif');
}

@media only screen and (max-width: 630px) {
  .smallerguy {
    width: 100%;
    padding: 10px;
  }
}
