   html {
    font-size: 22px
}
body {
    background-image: url('stars.jpg');
    background-repeat: no-repeat;
    background-size: 1000px
    color: rgb(252, 252, 207); 
    font-family: 'Courier New', Courier, monospace;
    font-size: 30px;
    font-color: rgb(252, 252, 207);
}
a {
    color: rgb(252, 252, 207);
}

a:visited {
    color: rgb(9, 5, 77);
}

a:hover, a:active {
    color: #eee
}