.app{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#000;overflow:hidden}.background-image{display:block;margin:0 auto;max-width:20%;max-height:20vh;width:auto;height:auto;object-fit:contain;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}@media (max-width: 575.98px){.background-image{max-width:50%;max-height:30vh}}@media (min-width: 576px) and (max-width: 767.98px){.background-image{max-width:35%;max-height:35vh}}@media (min-width: 768px) and (max-width: 991.98px){.background-image{max-width:25%;max-height:35vh}}@media (min-width: 992px){.background-image{max-width:20%;max-height:35vh}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;width:100%;height:100vh;overflow:hidden}#root{width:100%;height:100%}
