* {
  padding: 0;
  margin: 0;
}
body {
  overflow: hidden;
}
.home-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: #b3d365;
  flex-direction: column;
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0px 30px;
}

.home-page .content p {
  margin-top: 30px;
  font-family: fantasy;
  font-size: 20px;
  color: #2ebfda;
}
