body {
  color: #333;
  background: #dfeccd;
  font-family: 'Noto Sans', sans-serif;
  font-size: 200%;
  margin: 0;
  padding: 0;
}

.logo {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -165px;
  background: url('logo-210.png');
  width: 330px;
  height: 210px;
}

.no-config {
}

.no-config .page-title {
  color: #c7053d;
  line-height: 1.2;
  font-size: 300%;
  font-weight: 400;
}


.container-fixed {
  width: 800px;
  margin: 180px auto;
  background: #fff;
  /* border: 1px solid #c7053d; */
  padding: 50px 20px 50px;
  text-align: center;
}
