@import url("bootstrap-reboot.css");
@import url("reset.css");

body {
    background-color: black;
    color: white;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0;
}

.wrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

p {
    text-align: right;
}

h1, h2 {
    text-align: right;
    font-family: sans-serif;
    color: red;
}

em {
    color: green;
}