.body {
  padding: 0;
  margin: 0;
}
.navbar {
  width: 100%;
  background-color: #2f1893;
  color: white !important;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  align-items: center;
}
.my-icon {
  color: white;
}
.navbar .list-items {
  justify-content: flex-end;
  padding: 50px;
}
.navbar .list-items a {
  color: white;
}
.navbar .logo {
  font-size: 1.2em;
  color: white;
  text-decoration: none;

  font-weight: bold;
  padding: 50px;
}
.navbar ul {
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 50px;
}
.navbar .my-btn {
  background-color: #e93a7d;
  color: white;
  border-radius: 100px;
  width: 120px;
  height: 40px;
  border: none;
}
.section-one {
  width: 100%;
  display: flex;
  background-color: #2f1893;
  color: white;
  padding: 50px;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  align-items: center;
  gap: 10px;
}
.section-one .left {
  width: 427px;
  height: 496px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-one .left .one {
  width: 424px;
  height: 217px;
  font-size: 3.5em;
  line-height: 70px;
  font-weight: bold;
}
.section-one .left .two {
  width: 363px;
  height: 160px;
  font-size: 22px;
}
.section-one .right {
  text-align: center;
  width: 470px;
  height: 600px;
  padding: 20px;
  background-color: white;
  color: black;
  border-radius: 50px;
}
.section-one .right h3 {
  color: #1e0e62;
  font-size: 42px;
}
.section-one .right form {
  margin-top: 30px;
}
.section-one .right form input {
  width: 330px;
  height: 50px;
  border-radius: 20px;
  border: #ebeaed solid 1px;
  padding: 10px;
}
.section-one .right form .checkbox {
  width: 30px;
  height: 15px;
}
.section-one .right form button {
  background-color: #482be7;
  color: white;
  width: 330px;
  height: 50px;
  border-radius: 30px;
  border: none;
}
.section-one .right .twitter {
  width: 330px;
  height: 50px;
  border-radius: 30px;
  background-color: #1da1f2;
  color: white;
  border: none;
}
