body {
    background-color: #80A6AF;
    font-family: Arial, sans-serif;
    margin-top: 0;
}

.title-bar {
    
    display: flex;
    font-size: 4vw;
    gap: 5vw;
    color: #4564B3;
    justify-content: center;
    text-align: center;
    align-items: center;
    
}

.inline-block {
    display: inline-block;
}

.description {
    font-size: 2vw;
    color: #2A3D6D;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.disclaimer {
    font-size: 1vw;
    color: #2A3D6D;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.game-images {
    margin-top: 0;
    display: flex;
    gap: 3vw;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-self: center;
}

.game-link {
  display: contents; 
}

.downloader-container{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 3vw;
    height: 5vw;
}

.download-button:hover {
    
    background-color: #2B356B;
}

.download-button {
    box-shadow: none;
    border: none;
    color: #E8F3F4;
    font-size: 2vw;
    height: 2%;
    padding: 1em 1em;
    border-radius: 1vw;
    background-color: #4756AE;
    cursor: pointer;
}