@charset "utf-8";
/* CSS Document */
/* questrial-regular - latin */
@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/questrial-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/questrial-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/questrial-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/questrial-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/questrial-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/questrial-v17-latin-regular.svg#Questrial') format('svg'); /* Legacy iOS */
}

body,
html {
  height: 100%;
    margin: 0;
    padding:0;
    font-size:20px;
}
body {
    color:#000;
    background-color: #0000ff;
    font-family: 'Questrial', Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
}
h1 {
    font-size: 48px;
}
a {
   color:#000;
}
a:hover {
    text-decoration: none
}
.wrapper {
      display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
    
}
.container {
    max-width: 800px;
    width:100%;
    padding: 30px;
    line-height: 1.4rem;
    
}
.logo {
    width: 100%;
    height:auto;
}
.content {
    text-align: left;
}
@media screen and (max-width: 500px) {
	body,
html {
    font-size:16px;
}
}