/* index.css */

body {
    background: url('../bards.jpg') no-repeat center center;
    background-color: #000000; 
    background-attachment: fixed;
    color: white;
}

a {
    color: #B0E0E6;
}

#rules {
    font-size: 24px;
    color: #B0E0E6;
}

#descrip {
    font-size: 24px;
    font-style: italic;
    color: teal;
}

#submit {
    border-width: 2px;
    color: white;
    background-color: black;
}