/* prompt-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: 'Prompt';
    font-style: normal;
    font-weight: 300;
    src: url('./prompt-v10-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* prompt-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: 'Prompt';
    font-style: normal;
    font-weight: 400;
    src: url('./prompt-v10-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* prompt-700 - 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: 'Prompt';
    font-style: normal;
    font-weight: 700;
    src: url('./prompt-v10-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #1A1919;
    font-family: Prompt;
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.5;
}

.text-yellow {
    color: #FFC132;
}

h1 {
    font-size: 50px;
    line-height: 1.1;
}

a {
    text-decoration: none;
    color: #fff;
}

p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.page-header {
    display: block;
    width: 100%;
    height: 361px;
    background-image: url(./velutina-header.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}

.page-main {
    display: flex;
    justify-content: center;
    padding: 0 25px;
}

.page-main .content {
    display: block;
    max-width: 536px;
    width: 100%;
}