/*

color palette

blue:
    #2849E1
    #5364B0
    #132470
    #93A3F0

*/

#inner_body {
    position: relative;
    min-height: 100vh;
}

body {
    background-color: white;
}

/* Global center class */


/* :root {
    touch-action: manipulation;
}

body {
    touch-action: manipulation;
} */
