@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
body {
  padding: 0;
  margin: 0;
  background: #36ff83;
  background: linear-gradient(180deg, #8ce78c 0%, #ffffff 90%);
  min-height: 100vh;
  min-height: 100dvh;
}
.__top_heade_text {
  margin-top: 20px;
  font-family: "Inter", Sans-serif;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  color: #000000;
}

.__head_branding {
  text-align: center;
  font-size: 32px;
  line-height: 1.1em;
  font-family: "Times New Roman", Sans-serif;
  font-weight: 700;
  color: #000000;
  margin-top: 20px;
}

._branding_logo {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.__brand_image {
  width: 135px;
  border-radius: 15px;
  border: solid 3px #a3a3a3;
  z-index: -1;
}

.__brand_info {
  font-family: "Inter", Sans-serif;
  font-size: 13px;
  font-weight: 450;
  background: #8be78b;
  width: 70%;
  padding: 3px;
  text-align: center;
  border-radius: 25px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
}

.__actionButton {
  font-family: "Inter", Sans-serif;
  display: inline-block;
  margin-top: 10px;
  color: white;
  font-weight: bold;
  padding: 14px 48px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 25px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 6px;
  transition: background-color 0.5s;
  background-color: #0088cc;
}

.timer {
  font-family: "Manrope", Sans-serif;
  font-size: 38px;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.__pp {
  text-align: center;
  font-family: "Inter", Sans-serif;
}

.p-1 {
  font-size: 10px;
  font-weight: 500;
}

.p-2 {
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
}