@charset "UTF-8";
.scroll-to-top, .scroll-to-bottom {
    border: none;
    background-color: transparent;
}

.developer-box {
    height: 110px;
}

.developer-box h4 {
    border: 2px solid #3498db;
    padding: 10px;
    background-color: #ecf0f1;
    border-radius: 5px;
    height: 100%;
}

.bank-image-container {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
}

.bank-image-container img.bank-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
