body {
    font-family: 'DotGothic16', sans-serif;
    background: url('Minecraft world.jpeg') no-repeat center center fixed;
    background-size: cover;
    color: #ffffff;
    margin: 0;
    padding: 20px;
    text-align: center;
}

header {
    text-align: center;
    margin-bottom: 20px;
}

header h1 {
    color: #ffa500;
    font-size: 2.5em;
    margin: 0;
}

header .home-link {
    display: block;
    margin-top: 10px;
    color: #ffa500;
    font-size: 1.5em;
    text-decoration: none;
}

main {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
}

h1 {
    color: #ffa500;
}

input[type="file"] {
    margin-bottom: 10px;
}

.image-container {
    margin-top: 20px;
}

img {
    max-width: 100%;
}
body {
    background-color : #eee;
}
#start {
    font-size : 20px;
    background-color : #ffa500;
    text-align : center;
    color: #fff;
    border-radius: 5px;
}
#draw, #fin {
    font-size : 20px;
    background-color : #ffa500;
    text-align : center;
    color: #fff;
    border-radius: 5px;
}
#result {
    font-size : 20px;
    background-color : #ffa500;
}
#winner {
    font-size : 20px;
    background-color : #ffa500;
}
#player01Info, #dealer01Info {
    font-size : 20px;
}
#card {
    font-family:'MS Gothic';
    font-size : 20px;
    background-color : #fff;
    text-align : center;
}