body {
  width: 100vw;
  min-height: 100vh;
  background-image: url("../assets/images/banner.webp");
  background-size: cover;
  background-position: center;
  color: #fcfcfc;
}
