body {
  margin: 0;
  height: 100vh;

  background-image: url("background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

h1 {
  color: rgb(255, 255, 172);
  background-color: rgb(117, 57, 21);
  width: 100%;
  display: block;
  font-size: 64px;
  text-align: center;
  font-family: 'Oktoberfest', sans-serif;
  padding: 5px;
}

.trainCountdown {
  position: fixed !important;
  top: 5.8rem;
  left: 1rem;
}

.musesStyleReset {
  position: fixed !important;
  top: 5.5rem;
  right: 1rem;
}

.playlist {
  background-color: #0098D4;
  position: fixed !important;
  top: 15rem;
  right: calc(50% - 300px);
  left: calc(50% - 300px);
  width: 600px;
  box-shadow: 0 30px 40px #0098D4;
}

.playlist table {
	border-collapse: collapse;
	width: 100%;
}

.playlist table th {
  color: #FFFFFF;
  background-color: #0098D4;
  font-size: 24px;
  text-align: center;
  font-family: 'Oktoberfest', sans-serif;
  padding: 5px;
}

.playlist table th:first-child {
        width: 60%
}


.playlist table tr:first-child td {
	text-decoration: underline;
}

.playlist table td {
  background-color: #FFFFFF;
  color: #0098D4;
  font-size: 16px;
  padding: 3px;
  font-family: sans-serif;
}

@media screen and (max-width: 960px) {
  .playlist {
     top: 20rem;	  
  }
  .trainCountdown {
     top: 15rem;
  }
  .playlist {
     top: 24rem;
  }
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 48px
  }  
  .countDown__cont {
    font-size: 11px !important;
  }
  .trainCountdown {
     top: 15rem;
     right: calc(50% - 310px);
     left: calc(50% - 310px);
  }
  .playlist {
     top: 24rem;
  }
  .musesStyleReset {
     right: calc(50% - 100px);
     left: calc(50% - 100px);

  }
}

@media screen and (max-width: 640px) {
  h1 {
    font-size: 32px
  }
  .countDown__cont {
    font-size: 7px !important;
  }
  .trainCountdown {
     top: 15rem;
     right: calc(50% - 200px);
     left: calc(50% - 200px);
  }
  .playlist {
     top: 20rem;
  }
  .musesStyleReset {
     right: calc(50% - 100px);
     left: calc(50% - 100px);

  }

  @media screen and (max-width: 400px) {
  h1 {
    font-size: 32px
  }
  .countDown__cont {
    font-size: 6px !important;
  }
  .trainCountdown {
     top: 15rem;
     right: calc(50% - 172px);
     left: calc(50% - 172px);
  }
  .playlist {
     top: 20rem;
     right: calc(50% - 190px);
     left: calc(50% - 190px);
     width: 380px;
  }
  .musesStyleReset {
     right: calc(50% - 100px);
     left: calc(50% - 100px);

  }
  .playlist table th {
     font-size: 16px;
  }
  .playlist table td {
     font-size: 12px;
  }


}
