.bg{
    background-color: #0c0c0c;

    min-width: 100%;
    min-height: 100vh;
}

html, body {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

h1 {
    font-size: 1em;
    color: white;
    text-shadow: 1px 1px #7F0000;
}

p{
    color: #eaeaea;
    text-align: right;
}

.red-text{
    color: #7F0000;
}