/* general element styles */
* {
  font-family:monospace!important;
}
body{
  background-color:#0C1A2E;
  color:#ececec;
}

/* parked page styles */
#offline-disclaimer .section-content {
  max-width: 500px;
  padding: 1rem;
}
.logo-container{
  width:160px;
  height:160px;
  margin:0 auto 2rem auto;
  background-image:url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSe8dWRh5gyCWuvnh83-eWQ_lLZVt-7aGoZ4w&s');
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  border-radius:50%;
}

/* none shown */
footer{
  position:fixed;
  width:100%;
  bottom:0;
  padding:1rem;
}