@charset "UTF-8";
/* FONTS
------------------------------------------------------------ */
@font-face {
    font-family: 'Gilroy-Medium';
    src: url('fonts/Gilroy-Medium.woff2') format('woff2'),
         url('fonts/Gilroy-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #000;
    color: #fff;
    font-family: Gilroy-Medium, Helvetica, Arial, sans-serif;
    margin: 0 4%;
    text-align: center;
    height: 100%;
}
h1 {
    text-transform: uppercase;
    font-size: 30px;
}
img.main-img {
    margin-bottom: 6%;
    max-width: 386px;
    width: 100%;
}
p {
    display: block;
    margin: 0;
    text-align: center:
    line-height: 1.4;
    font-size: 18px;
}
.contain {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 98vh;
    padding: 0;
    margin: auto;
}
.title {
    font-size: 21px;
    font-weight: 700;
}
.italic {
    font-style: italic;
}
.small {
    font-size: 0.9em;
}
.xsmall {
    font-size: 0.7em;
}

