/* Button css */

.button {
    align-items: center;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-weight: 700;
    height: 61px;
    justify-content: center;
    margin: 0 10px;
    max-width: 260px;
    width: 260px;
}