/* gelasio-regular - latin */
@font-face {
  font-family: 'Gelasio';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/gelasio-v1-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Gelasio Regular'), local('Gelasio-Regular'),
       url('../fonts/gelasio-v1-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/gelasio-v1-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/gelasio-v1-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/gelasio-v1-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/gelasio-v1-latin-regular.svg#Gelasio') format('svg'); /* Legacy iOS */
}

/* gelasio-700 - latin */
@font-face {
  font-family: 'Gelasio';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/gelasio-v1-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Gelasio Bold'), local('Gelasio-Bold'),
       url('../fonts/gelasio-v1-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/gelasio-v1-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/gelasio-v1-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/gelasio-v1-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/gelasio-v1-latin-700.svg#Gelasio') format('svg'); /* Legacy iOS */
}



html {
  height: 100%;
}

body {
  font-family: 'Gelasio', serif;
  text-align: center;
  background: #e21595;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.content {
  padding: 20px;
}

h2 {
  font-weight: 700;
  font-size: 25px;
}

.logo img {
  max-width: 400px;
  width: 100%;
}

.purple a {
  color: white;
  text-decoration: underline;
}

.purple span {
  white-space: nowrap;
}
