html {
    background-color: rgb(0, 0, 0);
}


h1, h2, p {
    text-align: center;
    color: rgb(255, 255, 0);
}

main {
    margin: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    var {
    color: rgb(0, 0, 255);
}
}

footer {
    text-align: center;
    color: rgb(255, 255, 255);
}

a:link {
    color: rgb(255, 255, 255)
}

a:visited {
    color: rgb(0, 0, 255)
}
