

.welcome-container {
    text-align: center;
    margin-top: 120px;
}

.welcome-title {
    font-family: 'Bebas Neue', cursive; 
    font-size: 6.3em;
    color: #ffffff; 
    text-transform: uppercase;
}

.game-title {
    color: #f99e1a; 
}

h2 {
    color: #f99e1a;
    text-align: center;
}

.game-info, .goal-info, .download-info, .gallery {
    margin: 20px auto;
    padding: 20px;
    background-color: #2e3236;
    border-radius: 10px;
    max-width: 800px;
    text-align: left;
}

.gallery-image {
    width: 200px;
    height: auto;
    margin: 10px;
}

.gallery-image.top-left {
    float: left;
}

.gallery-image.bottom-right {
    float: right;
    clear: both;
}

footer {
    text-align: center;
    padding: 10px;
    background-color: #2e3236;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    width: 100%;
}
