@import url(epilogue.css);

  body {
  background-color: black;
}

main {
  display: grid;
  grid-template-columns: repeat(1fr);
  align-content: center;
  justify-content: center;
  height: 100vh;
  font-size: max(7vw, 70px);
  font-family: 'Epilogue-light';
  block-size: fit-content;
}

main time {
/*  center content  */
  text-align: center;

}

.time {
  padding: 100px;
  color: white;
}

.date {
  padding: 100px;
  color: white;
  
}

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: rgba(255, 255, 255, 0.25);
	border: none;
	padding: 0;
	cursor: pointer;
	outline: inherit;
  margin-top: 100px;
}