@font-face {
    font-family: Roboto, sans-serif;
    src: url(/fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: RobotoBold, sans-serif;
    src: url(/fonts/Roboto-Bold.ttf);
}

:root {
    font-family: Roboto;
}

body {
    margin: 0;
    padding: 0;
}

#container {
    height: 100vh;
    background: url(/img/bg.png) center center no-repeat;
    background-size: cover;
}

.wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.wrapper h1 {
    font-size: 3rem;
}