body, html {
	height: 100%;
	margin: 0;
  font-size-adjust: from-font;
  color: goldenrod;
  background: rgba(20, 20, 50, .6);
  /*background: radial-gradient(#002500, #000025, #000000);*/
  /*background: radial-gradient(#500000, #002500, #252525);*/
  /*background: radial-gradient(#555555, #333333, #000000);*/
  border-radius: 10px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#timeLines {
	width: 72%;
	height: 60%;
    background-color: #225500;
    text-align: center;
border: 1px solid #202050;
text-shadow: 1px 2px 2px black;
box-shadow: 2px 2px 7px 2px #808080;
border-radius: 10px;
}