@import"https://fonts.googleapis.com/css?family=Spartan:regular,bold,italic&subset=latin,latin-ext";body{margin:0;padding:0}.App{text-align:center;justify-content:space-between;background-color:#fff9fa;max-height:100%;max-width:100%;margin-bottom:-70px}.App,.App .header{display:flex;flex-direction:column;align-items:center}.App .header{width:100%;padding:25px 0;position:fixed;top:0;left:0;z-index:1000;justify-content:center;transition:justify-content .3s ease}.App .header .logo{height:100px;width:auto;transition:height .3s ease}@media(max-width:800px){.App .header.shrink{background-color:#fff9fa}.App .header.shrink .logo{height:50px}}@media(min-width:800px){.App .header.shrink{justify-content:start;align-items:start;transition:justify-content .3s ease;width:auto}.App .header.shrink .logo{height:50px;transition:height .3s ease;margin-left:25px}}.App .content{flex:1 1;overflow-y:auto;padding-top:155px;padding-bottom:60px;height:100%;width:100%}.footer{text-align:center;background-color:#ee2c3c;width:100%;padding:15px 0;color:#fff;position:fixed;bottom:0;left:0;z-index:1000;height:2vh}.logoAdmin{height:100px;width:auto}@media(max-width:800px){.logoAdmin{height:50px}}