* {
    background-color: black;
    color: chartreuse;
}

h1 {
    text-align: right;
}
h2 {
    text-align: center;
}
a {
    text-decoration: none;
}