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

body {
  background-color: #040F16;
  display: flex;
  height: 100vh;
  width: 100vw;
  justify-content: center;
  align-items: center;
}

.main {
  width: 90vw;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.main img {
  width: auto;
  height: 80%;
}
.main h2 {
  height: 20%;
  text-align: center;
  color: whitesmoke;
}/*# sourceMappingURL=style.css.map */