/**
 * Index Page Styles
 */

body {
    background-image: url('/static/images/background-potrait.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-family: 'Sud', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    position: relative;
    margin: 0;
}

.container {
    padding-top: 35vw;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
}

.container p {
    font-size: 3vw;
    max-width: 71vw;
    margin: auto;
    font-family: inherit;
}

.container strong {
    font-weight: 800;
    font-family: inherit;
}

.container h1 {
    font-size: 10vw;
    max-width: 70vw;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
    font-family: inherit;
}

.container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
