.statementCardsContainer {
    position: relative;
    min-height: 200px;
}

.statementCard {
    position: absolute;
    width: 100%;
    top: 0;
    background-color: lightgrey;
    text-align: center;
    padding: 10px;
}

.statementCard button {
    height: 50px;
    width: 70px;
}
