@font-face {
  font-family: 'Kristalitalic'; 
  src: url('../fonts/kristal/Kristal-Italic.woff2') format('woff2');
  font-display: fallback;
}

@font-face {
  font-family: 'Kristal'; 
  src: url('../fonts/kristal/Kristal-Medium.woff2') format('woff2');
  font-display: fallback;
}

@font-face {
  font-family: 'Kristalregular'; 
  src: url('../fonts/kristal/Kristals-Regular.woff2') format('woff2');
  font-display: fallback;
}

html {
  font-size: 16px;
  color: #eeeeff;
}

html, body {
  background-color: #000148;
  font-family: 'Kristalregular';
}

body {
  margin: auto;
  max-width: 520px;
}

h1 {
  color: #f7f7fa;
  margin-top: 0;
  font-size: 4rem;
  font-family: 'Kristalitalic';
  letter-spacing: 2px;
  text-align: center;
}

p {
  color: #f7f7fa;
  font-size: 1rem;
  font-family: 'Kristalregular';
}

.italics {
  
  font-family: 'Kristalitalic';
}

img {
	height: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

img.flag {
	height: 18px;
	width: 24px;
	
  margin-left: auto;
  margin-right: auto;
}

a:link {
  color: #f7f7fa;
  text-decoration: none;
  border-bottom: 1px dotted;
}

/* visited link */
a:visited {
  color: #325D7A;
  text-decoration: none;
  border-bottom: 0px;
}

/* mouse over link */
a:hover {
  color: #6E8E9E;
}

/* selected link */
a:active {
  color: #6E8E9E;
}

button {
  background-color: #f7f7fa;
  font-family: 'Kristal';
  font-size: 20px;
  font-weight: bold;
  color: #080066;
  border: none;
  padding: 10px 18px;
  line-height: 1.2;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.container {  
width: 100%;  
border: 0px;  
display: flex;  
justify-content: center;  
align-items: center;  
} 

button:hover {
  background-color: #eeeeff;
  cursor: pointer;
}

.headline {
  font-weight: bold;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }

  body {
    max-width: 430px;
    margin: 0 25px;
  }


  h1 {
    font-size: 3rem;
  }

}



