.clock {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clocktext1 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: StoryBook;
  color: white;
  font-size: 25px;
  text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

@media screen and (max-width: 600px) {
  .clocktext1 {
    margin-bottom: -20px;
  }
}

.clocktext2 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: StoryBook;
  color: white;
  font-size: 25px;
  text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

@media screen and (max-width: 600px) {
  .clocktext2 {
    margin-top: -20px;
  }
}