body {
  background-color: #1C1B1F; 
  color: #E6E1E5;  
}

a:link {
  color: #D0BCFF;
  text-decoration: none;
}

a:visited {
  color: #D0BCFF;
  text-decoration: none;
}

a:hover {
  color:#CCC2DC !important;
  text-decoration: none !important;
}

a:active {
  color: #CCC2DC;
  text-decoration: none;
}

.home-content {
  width: 220px;
  margin: auto;
}

.item {
  margin-top: 24px;
}

.centered-image {
  display: block;
  margin: auto;
}

.footer {
  margin: auto; 
  margin-top:24px; 
  margin-bottom: 24px;
  text-align: center; 
  font-size: 13px;
}

.coming-soon {
  margin-top: 24px;
  color: #D0BCFF;
  text-align: center;
}