:root {
    --red-color: rgba(244,67,54,1);
    --blue-color: rgba(33,150,243,1);
}

body {
    background-color: white;
    margin: 0;
    overflow: hidden;
}

.visually-hidden {
    display: none;
}
.full-screen {
    position: absolute;
    width: 100%;
    height: 100%;
}

label {
    /*Disable label highlighting on click in chrome*/
    -webkit-tap-highlight-color: transparent;
}
