body {
  font-size: 1.5em;
  --color: #404040;
  --color-unieuk-blue: #3d75f7; }

main {
  margin: auto;
  max-width: 70rem;
  color: var(--color);
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300; }

.unieuk__title {
  margin-top: 10rem;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 4em;
  font-style: normal;
  letter-spacing: 24px; }
  .unieuk__title .unieuk__title--uni {
    font-weight: 200;
    color: var(--color-unieuk-blue); }
  .unieuk__title .unieuk__title--euk {
    font-weight: 400; }

.unieuk__title__subheader {
  margin-top: 0;
  margin-bottom: 7rem;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px; }

.notice {
  margin-bottom: 3em;
  text-align: center;
  color: red;
  font-size: 0.9em; }

/*# sourceMappingURL=unieuk.css.map */