:root {
    --green: #06D6A0;
    --white: #FEEFE5;
    --yellow: #FFD166;
    --black: #03151B;
    --red: #EF476F;
}

html {
    overflow: hidden;
}

body {
    background-color: var(--green);
    font-family: sans-serif;
    margin: 0;
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
}
