h2 {
    text-align: center;
}

.cols {
    display: flex;
    align-items: center;
}

.col-1,
.col-2 {
    flex-basis: 50%;
    text-align: center;
}

#not-available{
    display: flex;
    font-size: xx-large;
    background-color: red;
    min-height: 4em;
    justify-content: space-around;
    align-items: center;
}

#picture-service {
    width: 75%;
}

#picture-game-type {
    width: 30%;
    margin-bottom: 2em;
    border-radius: 20%;
}

.cols-informations {
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
}

.information {
    text-align: center;
    border: 5px double white;
    padding: 10px;
    width: 15%;
}


#download {
    text-align: center;
}
#download a{
    color: white;
}

#download-link {
    padding: 10px;
    border-radius: 25px;
}

hr {
    border-top: 3px solid white;
}

.space{
    height: 4em;
}

@media only screen and (max-width: 900px) {
    #picture-service {
        width: 80%;
    }
    #picture-game-type {
        width: 30%;
        margin-bottom: 0em;
    }
    .cols-informations {
        justify-content: space-evenly;
    }
    .information {
        width: 30%;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 600px) {
    .cols {
        display: block;
    }
    #picture-service {
        width: 100%;
    }
    #picture-game-type {
        width: 150px;
        margin-top: 2em;
    }
    .information {
        margin-bottom: 2em;
        width: 80%;
    }
}
