/* poppins-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('poppins-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('poppins-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }



body {
    font-size:1em;
    font-family: 'Poppins';
    font-weight:300;
}

main {
    min-height: 95vh;
    display: flex;
    justify-content: center;
    flex-direction: row;
    text-align: center;
}

div.inner {
    background-color:#E5F3FD;
    max-width:1200px;
    display: flex;    
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding:50px;
    margin:20px;
    border-radius:50px;
}

h1 {
    font-size:1.6em;
    margin-top:0px;
    margin-bottom:5px;
}

h2 {
    font-size:1.3em;
    margin-top:0px;
    margin-bottom:20px;
}

p, a {
    margin:0px;
    margin-bottom:10px;
    width:100%;
}

img.sale-img {
    max-width:350px;
    text-align: center;
    margin-bottom:50px;
}