@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('fonts/roboto-mono-v13-latin-regular.woff2') format('woff2'), url('fonts/roboto-mono-v13-latin-regular.woff') format('woff');
}

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

.content {
    padding: 4em;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
}

p {
    font-family: 'Roboto Mono', monospace;
    font-size: 1.6em;
    margin: 0 0 0.8em;
}
