body {
  background: url("../images/bg.jpg") no-repeat center center fixed;
  background-size: cover;
  font-family: "National Park", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #202020;
  overflow: hidden;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.content {
  background: rgba(237, 237, 237, 0.6);
  padding: 1rem 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #333;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}/*# sourceMappingURL=style.css.map */