

.welcome-container {
    text-align: center;
    margin-top: 120px;
}

.welcome-title {
    font-family: 'Impact', sans-serif; 
    font-size: 6.3em;
    color: #fff; 
    text-transform: uppercase;
}

.game-title {
    color: #4caf50; 
}

h2 {
    color: #4caf50;
    text-align: center;
}

.game-info, .goal-info, .download-info, .gallery {
    margin: 20px auto;
    padding: 20px;
    background-color: #383838;
    border-radius: 10px;
    max-width: 800px;
    text-align: left;
}

.gallery-image {
    width: 200px;
    height: auto;
    margin: 10px;
}

footer {
    text-align: center;
    padding: 10px;
    background-color: #3c3c3c;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
}
