.main-section {
  background-color: #ffffff;
  padding: 40px;
  width: 500px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.logo {
  width: 60px;
  margin-bottom: 20px;
}
.Subscribe {
  background-color: rgb(255, 255, 255);
  border-radius: 20px;

  width: 70%;
  height: 60%;
  margin: 0 auto;
  padding: 20px;
}
.email {
  background-color: white;
  text-align: center;
  width: 90%;
  height: 80%;
  padding: 10px;
  border-color: rgb(245, 235, 235);
  border-radius: 10px;
}
.button {
  background-color: rgb(25, 25, 232);
  width: 100%;
  height: 80%;
  padding: 10px;
  border-color: blue;
  border-radius: 10px;
  color: white;
}
.text {
  font-size: 10px;
}
