.gpb {
    margin-top: 10px;
    width: 200px;
    object-fit: contain;
    transition: all 0.15s ease-in-out;
}

.gpb:hover {
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
    transform: scale(1.025);
}

.asb {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

button {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
}