body {
    background-color: #00Aacd;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
}

/* Header table styling */
table {
    width: 100%;
    margin-bottom: 5px;
    background-color: #000;
    border:#5c2222;
}

table td {
    vertical-align: middle;
    text-align: center;
}

/* Logo styling */
.logo {
    width: 100px;
    height: auto;
    margin-left: 10px;
}

/* Game title styling */
.game-title {
    font-size: 36px;
    color:white;
    text-align: center;
    font-weight: bold;
}

/* Play button styling */
.play-button {
    background-color:#white;
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px; bold;
    margin-right: 10px;
}

.play-button:hover {
    background-color: #ff4500;
}

/* Manual and heading styling */
h1 {
    color:white;
    font-size: 48px;
    text-align: center;
}

h2, h3 {
    color:white;
}

p {
    font-size: 18px;
}

/* Image styling */
.game-image {
    position: absolute;
    right: 20px;
    top: 350px;
    width: 500px;
    height: 400px;
}