#access-text,#environment-text,#disaster-text {
    display: none;
}

.zoom-graduation {
    transform: scale(1.3);
    transform-origin: 28%;
    transform: scale(1.1);
    transition: transform .2s;
}

.zoom-tree {
    transform: scale(1.3);
    transform-origin: 46%;
    transform: scale(1.1);
    transition: transform .2s;
}

.zoom-key {
    transform: scale(1.3);
    transform-origin: 58%;
    transform: scale(1.1);
    transition: transform .2s;
}

.zoom-bell{
    transform: scale(1.3);
    transform-origin: 78% 75%;
    transform: scale(1.1);
    transition: transform .2s;
}

.show-text{
    display: block!important;
}

#pledge-box {
    height: 820px;
    width: 100%;
}