@font-face {
    font-family: Roboto-Regular;
    src: url(assets/fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(assets/fonts/Roboto-Bold.ttf);
}

body {
    background-color: rgb(32, 32, 32);
    margin: 0;
}

h1, h2 {
    display: block;
    margin: 0;
    font-family: Roboto-Bold;
    color: white;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

p {
    margin: 0;
    font-family: Roboto-Regular;
    font-size: 12px;
    color: white;
}

br {
    line-height: 256px;
}