body {
    background-color: #b2c5eb;
}

section#album {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    justify-content: space-around;
    align-items: start;
}

img {
    width: 150px;
    border: 1.5px solid #01015b;
    border-radius: 28px;
    margin: 18px;
}
