/* source-serif-pro-regular - latin */
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-serif-pro-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-serif-pro-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-serif-pro-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-serif-pro-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-serif-pro-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-serif-pro-v15-latin-regular.svg#SourceSerifPro') format('svg'); /* Legacy iOS */
}

html, body {
  height: 100vh;
}

body {
  background-color: #211E1A;
  margin: 0;
}

body * {
  font-family: 'Source Serif Pro';
  color: #F5F5EA;
}

a:hover {
  text-decoration: none;
}

body, 
.wrapper {
  margin: 0;
}

.wrapper {
  display: flex;
  justify-content: center;
  height: 100vh;
}

.content {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
  flex-direction: column;
}

.content h1 {
  margin: 0;
}

.content img {
  width: 100%;
  height: auto;
}