* {
    margin: 0;
    padding: 0;
    /*border: 1px solid grey;*/
    box-sizing: border-box;
    line-height: 1.5;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: normal;
}

body {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
}

.react-container {
    height: 100%;
    width: 100%;
}