.top-button-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 1%;
}


.top-button {
    border-radius: 18px;
    cursor: pointer;
    background: #f5f5f5;
    border: solid 2px #ffffff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 70%);
    color: #2D3E74;
    font-size: 10px;
    font-weight: bold;
    margin: 2%;
    width: 23%;
    position: relative;
    padding: 1px 2px;
    white-space: nowrap;
}

.top-button img {
    max-height: 8vw;
}