.create-website {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.create-website .main-background .main-heading {
  color: rgb(24, 0, 146);
  line-height: 1.4;
  text-align: center;
  font-size: 24px;
}
.create-website .main-background .main-heading .text {
  font-weight: 600;
}
.create-website .main-background .timer-container {
  margin-top: 21px;
}
.create-website .main-background .timer-container .timer {
  background-color: rgb(233, 9, 54);
  border-radius: 6px;
  color: #fff;
  padding: 5px 8px;
  font-size: 35px;
  font-weight: 700;
  line-height: 41px;
}
.create-website .main-background .timer-container .timer-subtitle {
  color: rgb(0, 0, 0);
  font-size: 12.25px;
  line-height: 14.25px;
  display: block;
  text-align: center;
  margin-top: 4px;
}
.create-website .main-background .green-btn {
  border: none;
  margin-top: 33px;
  font-size: 17px;
  padding: 11px 34px;
  border-radius: 3px;
  color: #fff;
  background-color: rgb(24, 0, 146);
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease all;
  font-weight: 700;
}
.create-website .main-background .green-btn:hover {
  transform: translateY(-4px);
}

.notes {
  color: #777;
  font-size: 14px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  background: #fafafa;
  width: 500px;
  margin: 20px auto 0;
}

@media (max-width: 460px) {
  .timer {
    padding: 5px;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
  }
}
@media (max-width: 560px) {
  .notes {
    width: 300px;
  }
}/*# sourceMappingURL=create-website.css.map */