body {
  background: #000;
}
.container {
  height: 100%;
  widht: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.centered {
  height: 40%;
  width: 40%;
}
@media screen and (max-width: 550px) {
  .centered {
    height: 80%;
    width: 80%;
  }
}
/*# sourceMappingURL=index.css.map */