/*Place your CSS code here*/
/*Individueller Style*/

/*Definition der Farben des Style*/
:root {
  --main-color: #272F66;
  --accent-color: #EB0A1E;
  --panel-color: #272F66;
}

html {
 	overflow: hidden; 
}

body {
  height: 100%;
  overflow: auto;

/* DO NOT ADD/EDIT AFTER THIS LINE */
