#content {
  font-size: xx-large;
}
.container {
  background-color: black;
  margin-top: 10px;
}

.container img {
  width: 300px;
  margin-top: -70px;
  margin-bottom: -65px;
}

.title-font {
  color: white;
  font-size: 30px;
  font-family: DINPro;
  text-align: center;
}

.title-format {
  color: white;
  font-size: 22px;
  font-family: DINPro;
  text-align: center;
  margin-top: 10px;
}

.time-font {
  font-family: DINPro;
  font-size: 25px;
  color: white;
  text-align: center;
}

.main {
  border-bottom: 2px dashed white;
}

.footer {
  background-color: black;
  height: 90px;
}

.footer img {
  background-color: black;
  width: 150px;
  margin-top: 5px;
}

@font-face {
  font-family: DINPro;
  src: url(DINPro-Medium-tr.ttf);
}
