@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(Raleway.ttf) format('truetype');
}

body {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 18pt;
  color: #504840;
  background-color: #EEFAFE;
}

.center {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 30%;
}

.impressum {
  position: fixed; 
  bottom: 5px;
}

.validator {
  position: fixed; 
  right: 5px;
  bottom: 5px;
}
