body::before {
  content: "";
  background: url("bg.jpg") no-repeat center center fixed;
  opacity: 0.3;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}



.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

h1 {
    color: rgba(245, 146, 8, 0.871);
    font-size: 80px;
    font-family: poppins, sans-serif;
}

h2 {
    color: rgba(245, 146, 8, 0.871);
    font-size: 50px;
    font-family: poppins, sans-serif;

}

.click {
    color: rgba(245, 146, 8, 0.871);
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 30px;
    position: fixed;
    bottom: 0px;
    right: 100px;
    font-family: poppins, sans-serif;
    border-radius: 40px;
    background-color: rgba(254, 186, 27, 0.182);
}
