/* Complete the CSS styling according to the provided design */

body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    background-image: url("table.jpg");
    background-position:center;
    margin-top: 5% ;
    color: white;
    font-weight: bold;
    font-size: 25px;
    
    
}

h1 {
    color: goldenrod;
    font-size:75px;
    font-style: bold;
    font-weight: bolder;
}

#message-el {
    font-style:italic;
    font-size: 35px;
}
 
button {
    background-color: goldenrod;
    color: #016f32;
    width: 170px;
    height: 45px;
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
}
