@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    border: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

.b-p1 {
    min-height: 100vh;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFE404;

}

.box-vi {
    max-width: 600px;
    text-align: center;
}

.box-vi button {
    width: 100%;
    padding: 15px 0;
    font-size: 1.17em;
    font-weight: bold;
    cursor: pointer;
}

.b-cb1 {
    min-height: 100vh;
    background: #FFE404;
}