body {
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    background-image: url("images/casino.jpg");
    background-size: cover;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 2px black;
    text-align: center;
}

h1 {
    color: #016f32;
    font-size: 50px;
    text-shadow: 3px 3px 3px gold
}

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

button {
    font-family: inherit;
    color: #016f32;
    width: 150px;
    background: gold;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bolder;
    border-radius: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
}