body {
    background-color:#0d1117;
      color: plum;
      text-align: center;
      font: 100px ;


}

h1 , h2{
    text-align: center;
    color: plum;
    text-shadow: 4px 4px 6px #000000;

}



.container {
  max-width: 400px;
  margin: 60px auto;
  background-color:#0d1117;
  padding: 30px;
  box-shadow: plum 0px 0px 20px 0px;
  border-radius: 10px;
}

.time {
    color: plum;
    text-decoration: underline;
    text-align: center;
}
select{
    width: 300px;
padding: 16px 20px;
  border: none;
  border-radius: 4px;
  background-color: #f1f1f1;
}

