section#cool-people {
    flex: 1 0 30%;
}

section#link-to-me {
    width: 30%;
    height: auto;
}

.trait-container#collections-container {
    max-width: 100%;
    display: flex;
}

/* The stamps section is longer than the buttons section */
.trait#stamps {
    flex-grow: 5;
}

.trait#buttons {
    flex-grow: 1;
}


/*------------- Rocking cat image -------------*/
#rocking-cat {
    position: absolute;
    left: -186px;
    bottom: -593px;
    scale: 70%;
    rotate: 30deg;
    z-index: 4;
}
