div {
    margin-top: 75px;
    margin-bottom: 50px;
}

body > span {
    width: 300px;
    height: 500px;
    border: 1px grey solid;
    display: inline-flex;
    cursor: pointer;
    justify-content: center;
}

span > img {
    max-width: 300px;
    max-height: 500px;
    object-fit: contain;
}

#popup {
    background-color: #999;
    opacity: 0.97;
    position: absolute;
    top: 50px;
    left: 200px;
    right: 200px;
    border-radius: 30px;
    text-align: center;
}

.button {
    text-decoration: none;
    color: white;
    border: 1px white solid;
    border-radius: 5px;
    padding: 10px;
}

#contributeInfo {
    position: absolute;
    bottom: 0;
}