body {
    margin: 0;
    background-color: #000;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 20vh;
    line-height: 60vh;
    text-align: center;
    color: #fff;
}

p::selection {
    background: transparent;
}