body {
    background: url(bg/shop.jpeg) center fixed;
    background-size: cover;
}
header {
    background-color: white;
    padding: 10px;
    border: 1px solid black;
    width: 400px;
    height: 175px;
    margin-bottom: 175px;
    margin-left: 20px;
}
.title {
    background-color: white;
    padding: 2px 10px;
    border: 1px solid black;
    width: max-content;
    transform: translate(10px, -50px);
}
aside {
    background-color: white;
    padding: 10px 10px 2px 10px;
    border: 1px solid black;
}
.aisle {
    display: flex;
    column-gap: 50px;
}
.stuffonshelf > a > img {
    width: 88px;
    transition: .75s;
    margin-bottom: 0;
}
.stuffonshelf > a > img:hover,
.stuffonshelf > a > img:focus {
    width: 100px;
    transition: .5s;
    margin-bottom: -5px;
}
h3 {
    display: inline;
}
.cw {
    color: red;
    display: inline;
}


#papercut {
    width: 150px;
    transition: .75s;
    margin-bottom: 0;
}
#papercut:hover, #papercut:focus {
    width: 170px;
    transition: .5s;
    margin-bottom: -5px;
}

#dmtnex {
    width: 150px;
    transition: .75s;
    margin-bottom: 0;
}
#dmtnex:hover, #dmtnex:focus {
    width: 175px;
    transition: .5s;
    margin-bottom: -5px;
}

#psychonaut {
    width: 100px;
    transition: .75s;
    margin-bottom: 0;
}
#psychonaut:hover, #psychonaut:focus {
    width: 120px;
    transition: .5s;
    margin-bottom: -5px;
}