@font-face {
    font-family: 'EtelkaLightPro';
    src: url('../fonts/EtelkaLightPro/etelka-light-pro_16165-webfont.eot');
    src: url('../fonts/EtelkaLightPro/etelka-light-pro_16165-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/EtelkaLightPro/etelka-light-pro_16165-webfont.woff2') format('woff2'),
    url('../fonts/EtelkaLightPro/etelka-light-pro_16165-webfont.woff') format('woff'),
    url('../fonts/EtelkaLightPro/etelka-light-pro_16165-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

*, *::after, *::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color:  #ffffff;
}

.page {
    display: flex;
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.wrapper {
    width: 600px;
}


img {
    max-height: 100%;
}

header {
    height: 120px;
    text-align: center;
    padding-bottom: 35px;
    margin-bottom: 50px;
    border-bottom: 1px solid #cdd1d4;
}

main {
    text-align: center;
}

h1, h2 {
    font-size: 2rem;
    color: #000;
    font-family: "EtelkaLightPro";
    font-weight: 400;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

h1 {
    font-size: 2.6rem;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

p {
    font-size: 1.2rem;
    line-height: 28px;
    color: #535b63;
    margin-top: 15px;
}
