html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
    color: rgba(255, 255, 255, 0.87);
    background-color: #65a231;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

#app {
    width: 100%;
    height: 100svh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #65a231;
}
