.container {
    max-width: 600px;
    margin: 60px auto;
    background-image: url("https://eos.org/wp-content/uploads/2019/12/earth-at-night-from-space.jpg");
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 500px;
    height: 600px;

  }
  body {
    background-color: #f9f7fe;
}

  h1 {
    text-align: center;
    font-size: 40px;
    color: white;
    margin: auto;
    padding-bottom: 40px;
    padding-top: 40px;
    font-size: 45px;
  }
  
  h2 {
    margin: auto;
    font-size: 40px;
    text-align: center;
    margin: 0 0 5px;
    color: white;
  }
 
  
  .date {
    color: white;
    font-size: medium;
    margin: auto;
    padding-right: 10px;
  }
    .date {
        opacity: 0.7;
      }

  .time {
    font-size: 45px;
    font-weight: bold;
    color: white;
  }
  select {
    display: block;
    width: 80%;
    font-size: 18px;
    border-radius: 10px;
    padding: 10px;
    margin: auto;
    
  }
  .city {
    display: flex;
    color: white;
    margin: 10px 0;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding: 30px 0;
    padding-bottom: 30px;
  }
  footer {
    text-align: center;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    padding-bottom: 20px;
  }
  a {
    color:blue
  }