h1{
    color:goldenrod;
}

body{
background-image: url("poker_bg.jpeg");
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-align: center;
color: white;
font-weight: bold;
font-size: 25px;
}

#message-el{
    color: aliceblue;
    font-style: italic;
}

button{
    width: 200px;
    height: 40px;
    background-color: goldenrod;
    color:rgb(27, 147, 49);
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: large;
    border:none;
    border-radius: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
}