

.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: #ff0; 
}

h2 {
    color: rgb(244, 244, 244);
    text-align: center;
}

.game-info, .goal-info, .download-info, .gallery {
    margin: 20px auto;
    padding: 20px;
    background-color: #282828;
    border-radius: 10px;
    max-width: 800px;
    text-align: left;
}

.gallery-image {
    width: 200px;
    height: auto;
    margin: 10px;
}



p {
    color: rgb(255, 216, 19);
}
ul{
    color: azure;
}

