*{
  box-sizing: border-box;
}
img {
  height: 100vh;
  width: auto;
}

body {
  margin: auto;
  text-align: center;
}

