@import url("reset.css");
body {
  background-color: #0d1b2b;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

img {
  width: 100%;
}
.top {
  position: absolute;
}
.bottom {
  position: absolute;
  bottom: 0%;
}
