body,
html,
#root {
    height: 100%;
    min-height: 100vh;
}

body {
    background-image: url('/assets/svg/ajoCard%20Intro%20background%20pattern.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    height: 100%;
}