

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

.main-container {
    background-image: url(images/table_inner.png);
    background-size: cover;
    border: 3px solid black;
    border-radius: 8px;
    width: 45%;
    margin: 50px auto 50px auto;
    padding: 20px;
    box-shadow: 0px 0px 2px white;
}

h1 {
    color: goldenrod;
    text-shadow: 1px 1px 1px black;
}

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

button {
    width: 200px;
    background-color: goldenrod;
    border-radius: 5px;
    font-size: 25px;
    color: white;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 5px 5px 10px 5px;
}