body {
    color:rgb(1, 15, 1);
    background-color: rgb(179, 199, 153);
    font-size: larger;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

p {
    text-align: left;
}

button {
    background-color: rgb(179, 199, 153);
    color:rgb(1, 15, 1);
    font-family: 'Courier New', Courier, monospace;
    border-color: rgb(1, 15, 1);
    font-weight: bold;
}

a {
    color: rgb(158, 135, 4);
}
