body {
    font-family: "Comic Sans MS";
    background-color: #000000;
}

h1, h2, h3 {
    color: white;
}

a {
    color: red;
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
