body {
    font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif
}

body, html {
    height: 100%;
    -webkit-tap-highlight-color: #F5F5F5;
    color: black;
}

.page_parent {
    width: 100%;
    height: 100%;
}

.button1 {
    height: 0.8rem;
    background: #14CC80;
    border-radius: 40px;
    text-align: center;
    color: white;
    font-size: 0.34rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.4rem 0.8rem;
}

.button1:active {
    background: rgba(22, 217, 138, 0.66);
}
.button1.disable {
    background: #C7C7C7;
}

.button2 {
    height: 0.8rem;
    border-radius: 40px;
    border: 1px solid rgba(20, 204, 128, 1);
    text-align: center;
    color: #14CC80;
    font-size: 0.34rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.4rem 0.8rem;
}

.button2:active {
    background: #f0f0f0;
}
