@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins_light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins_regular.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins_medium.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins_bold.ttf') format('ttf');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins_italic.ttf') format('ttf');
    font-weight: 500;
    font-style: italic;
}

main {
    margin: auto;
    width: 70%;
    height: 100%;
    text-align: center;
}

h1 {
    font-family: 'poppins', sans-serif;
    font-weight: 900;
    font-size: 6vw;
    color: #fff;
    margin-top: 0.4em;
    margin-bottom: 0.1em;
}

iframe {
    width: 60%;
    height: 40vh;
}

img {
    display: block;
    width: 30%;
    margin: auto;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

body {
    background: linear-gradient(to bottom right, #062d52, #131A2C);
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    color: #fff;
}

.subtitle {
    margin-top: 0;
    margin-bottom: 3em;
}