html,body {
  /* Extra Styles */
  background: #fff;
  color: #425363;
  font-family: avenir, 'segoe ui', sans-serif;
}

@keyframes move {
	0% { 
		background-position: 0 60%, 0 50%;
	}
	100% { 
	  background-position: 0 60%, 100% 50%;
	}
}

.container {
  background-color: #263645;
	background-image: url(''),radial-gradient(350px 450px at center, #ff0000 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0));
	background-size: 125%, 50% 100%;
  background-position: 0 60%, 0 100%;
  animation: move 5s linear infinite;
  
  /* Extra Styles */
  height: 20px;
  /*box-shadow: inset 0 0 25px rgba(0,0,0,.5);*/
  border: 2px solid #263645;
  border-right: 0;
  border-left: 0;
  justify-content: center;
}


/* Extra Styles */
h1 {
  padding-top: 100px;
  text-align: center;
  font-weight: 600;
  font-size: 2em;
}

p {
  padding-top: 15px;
  text-align: center;
  font-size: 1em;
}

a {
  color: #ff8300;
}
