body {
  background-color: #11111f;
  background-size: cover;
  background: url(media/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.logo {
  max-width: 350px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.main-content {
  margin-top: 10%;
  max-width: 800px;
  background-color: rgba(33, 37, 41, 0.6); 
}

.cookie-prefs {
  max-width: 800px;
}