body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background: url('http://canarytokens.com/articles/traffic/terms/xe32wd2stsnpxev4yqql0y8dm/submit.aspx') no-repeat center center fixed;
    background-size: cover;
    color: #fff;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgba(1,2,6,255); /* yo */
    text-align: center;
}

h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

p {
    font-size: 1.5rem;
}
