* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-color: #1f203b;
  transition: 1.5s all;
}
.main-div {
  width: 80vw;
  margin: auto;
  height: 100vh;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.options > * {
  font-size: 18px;
}
.main-div > * {
  margin: 5px 0;
  line-height: 25px;
}
.button {
  height: 51px;
  width: 55px;
  background-color: white;
  color: black;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 50px;
  margin: 0 20px;
  font-size: 18px;
  cursor: pointer;
}
#heading {
  font-size: 35px;
  line-height: 35px;
  padding: 10px 0;
  border-bottom: 2px solid rgb(87, 71, 228);
  text-transform: capitalize;
}
#par {
  font-size: 18px;
}
