* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#cont {
  height: 100vh;
  display: flex;
  align-self: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #D9EDFD;
}

@media screen and (max-width: 500px) {
  #contt {
    width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */