.container {
    max-width: 80%;
}

.header {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.album-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-around;
}

.image { 
    max-width: 200px;
    max-height: 200px;
}
