.pan {
    width: 100dvw;
    height: 100dvh;
    background-color: black;
    display: block;
    justify-self: center;
}

.button {
    justify-self: center;
    width: 40dvw;
    height: 40dvh;
    bottom: 0;
    background-color: rgb(211, 211, 211);
    border-top-left-radius: 25%;
    border-top-right-radius: 25%;
    display: block;
    position: absolute;
}

h4 {
    cursor: pointer;
}


#want:active {
    box-shadow: 5px 5px 5px 5px rgb(189, 179, 179);
}

#want:hover {
    background-color: rgb(172, 172, 172);
    color: black;
}

#more:hover {
    background-color: rgb(172, 172, 172);
    color: black;
}


#more:active {
    box-shadow: 5px 5px 5px 5px rgb(189, 179, 179);
}
