
* {
  box-sizing: border-box;
}

section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

 ul {
  list-style: none;
}

#head {
  position: absolute;
  transform: translate(0, -15rem);
  font-family: cursive, sans-serif;
  color:rgb(0, 0, 200);
}

#head1 {
  position: absolute;
  transform: translate(0, -10rem);
  font-family: cursive, sans-serif;
  color:rgb(0, 0, 200);
}

#myBtn {
  border: none;
  outline: none;
  border-radius: 10000px;
  margin: 1rem;
  padding: .5em 1em;
  background: hsl(200, 100%, 50%);

  color: white;
  font-family: cursive, sans-serif;
}

#myInput {
  border: 2px solid hsl(200, 100%, 50%);
  outline: none;
  border-radius: 1000000px;
  width: 200px;
  height: 35px;
  font-family: cursive, sans-serif;
  text-align: center;
  color: rgb(0, 0, 200);;
}

body {
  background-image: linear-gradient(to right, #74ebd5, #acb6e5);
  
}

#info {
  font-family: cursive, sans-serif;
  color: rgb(0, 0, 200);
}
