
body {
    text-align: center; 
    color: white;
    background-image: url("images/table.png");
    background-size: cover;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}


h1 {
    color: goldenrod;
}

#message-el {
    font-style: italic;
}

button {
    color: #016f32; 
    width: 150px; 
    background: goldenrod; 
    border: none;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 2px;

    display: block; 
    margin: 4px auto;
}