html {
    height: 100%;
}
body {
    font-family: Montserrat, sans-serif;
    margin: 0;
    height:100%;
}

html {
    -webkit-text-size-adjust: none;
    touch-action: manipulation;
}

.ant-btn-primary {
    background-color: #0eb348 !important;
    border-color: #0eb348 !important;
}

