body {
  background-image: url("../images/sunrise.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(175, 240, 180);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h1 {
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: black;
}

h2 {
  margin: 0 0 7px;
  font-size: 24px;
  color: black;
}

select {
  display: block;
  width: 100%;
  background: linear-gradient(to top, #feada6 0%, #f5efef 100%);
  padding: 7px;
  border-radius: 4px;
  border-style: solid;
  border-width: 2px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
}

.container {
  max-width: 600px;
  display: block;
  margin: 60px auto;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  border-color: rgb(130, 4, 161);
  border-width: 10px;
  border-style: double;
  border-radius: 20%;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
    rgba(0, 0, 0, 0.2) 0px 6px 2px, rgba(0, 0, 0, 0.2) 0px 8px 4px,
    rgba(0, 0, 0, 0.2) 0px 20px 10px, rgba(0, 0, 0, 0.2) 0px 36px 16px;
  background: linear-gradient(
    to top,
    rgb(161, 140, 209) 0%,
    rgb(251, 194, 235) 100%
  );
  padding: 40px;

  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.time-info {
  margin-top: 20px;
}

.date {
  opacity: 0.8;
}

.time {
  font-size: 40px;
  font-weight: 600;
  text-align: right;
}

.time small {
  font-size: 18px;
  vertical-align: middle;
}

.row {
  border-bottom: 1px dashed #989a9e;
  padding: 15px 0;
}

.row:last-child {
  border-bottom: none;
}

.col-5 {
  margin: 10px 0;
}

.col-7 {
  margin-top: 10px;
  text-align: right;
}

.main {
  font-size: 14px;
  margin-left: 25px;
  text-decoration: overline;
}

footer {
  text-align: center;
  color: rgb(250, 196, 234);
}

.github {
  color: rgb(250, 148, 219);
}
