aside {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    max-width: 30%;
}

.background {
    background-color: rgba(255, 255, 255, 0.77);}

aside img {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.shape1 {
    background-image: url(myimages/thought-bubble.png);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    
}

.shape2 {
    background-image: url(myimages/multi-heart-bubble.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    
}

#gallery {
    display: flex;
    height: 70vh;
    overflow:scroll;
    flex-wrap: wrap;
    width: 70%;
    flex-direction: row;
    border-radius: 5px;
}

.column {
    max-width: 48%;
    padding: 0 4px;
}

.column img {
    vertical-align: middle;
    max-width: 100%;
    padding-top: 5px
}

footer {
    color: white;
    font-style: italic;
    text-align: center;
}