h1 {
	font-family: 'Quantico', sans-serif;
  font-size: 100px;
  color: #01FF70;
  text-shadow: 2px 2px 5px black;
}

p {
	color: #01FF70;
  justify-content:right;
}

#clock {
	display: flex;
  background-color: white;
  justify-content:right;
  border-radius: 15px;
  box-shadow: 3px 3px 5px gray;
}