body {
  font-family: sans-serif;
  text-align: center;
  color:white;
  background: url(images/1.jpg) no-repeat center center fixed;
  background-size: cover;
  display: grid;
  justify-content: center;
  align-content: center;
}

.status {
  display: none;
  margin-bottom: 20px;
}

.clock {
  font-size: 30px;
}

h1 {
  font-size: 40px;
  text-shadow: 2px 2px 2px #000000;
  margin-bottom: 0px;
}

h2 {
text-shadow: 2px 2px 2px #000000;	
}

.joko {
  border-radius: 0px;
  background-color: rgb(36, 157, 201);
  color: white;
  border:none;
  padding:15 15 15 15px;
  font-size: 20px;
  cursor: pointer;
}

.joko:hover {
  background-color: rgb(0, 75, 130);
}

.clock-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.text {
  font-size: 15px;
}

.child {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: 20px;
  display: flex;
  flex-direction: column;
  background: #2C3E50;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #4CA1AF, #2C3E50);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #4CA1AF, #2C3E50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-size: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  text-align: center;
}

.number  {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
  text-shadow: 0px 1px 2px #000000;
}


.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  display: grid;
  grid-gap: 20px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: -20px;
  right: 0px;
  font-size: 60px;
  color: white;
  z-index: 5;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.menu {
  border-radius: 0px;
  background-color: rgb(36, 157, 201);
  color: white;
  border:none;
  padding:15 15 15 15px;
  font-size: 20px;
  margin-top: 20px;
  cursor: pointer;
}

.button-container {
  margin-top: -20px;
}

.menu:hover {
  background-color: rgb(0, 75, 130);
}

.menu:first-child {
  margin-right: 20px;
}

.video-container {
  width: 100%;
}

a {
  text-decoration: none;
}