body {
    background-image: url(/images/red112.jpg);
    display: flex;
    justify-content: center;
}

.gallery {
    background-image: linear-gradient(180deg, rgba(248,111,111,0.5) 50%, rgba(201,31,31,0.5) 100%);
    border-radius: 1rem;
    border-top: 0.5rem solid rgba(255, 159, 159, 0.5);
    border-bottom: 0.5rem solid rgba(26, 0, 0, 0.8);
    box-shadow: 3rem 1rem 1rem #0b0000;
    padding: 3rem;
    width: 70rem;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.row-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-self: center;
}

.image {
    height: 25rem;
}

.caption {
    font-family: 'Orbitron', sans-serif;
}