body{
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 0px;
}
input{
  position: fixed;
  background-color: #1c0223;
  bottom: 90px;
  display: flex;
  height: 50px;
  width: 450px;
  border-radius: 100px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 5px solid white;
  font-size: 50px;
  color: white;
  text-align: center;
}

#title{
  position: fixed;
  bottom: 0px;
  margin-bottom: 0px;
  display: flex;
  color: white;
  font-size: 55px;
  font-family: 'Chewy';
}

#numbersWarning{
  position: fixed;
  bottom: 150px;
  margin-bottom: 0px;
  display: flex;
  color: pink;
  font-size: 30px;
  font-family: 'Ek Mukta', sans-serif;
}
#dupWarning{
  position: fixed;
  bottom: 200px;
  margin-bottom: 0px;
  display: flex;
  color: pink;
  font-size: 30px;
  font-family: 'Ek Mukta', sans-serif;
}
