* {
    background-color: black;
}

h1 {
    color: red;
    text-align: center;
    padding: 200px;
}

a {
    text-decoration: solid;
}