:root{--font-base:"DM Sans",sans-serif;--primary-color:#edf2f8;--secondary-color:#313bac;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--crimson-color:#dc143c;--white-color:#fff;--darkCyan-color:#008b8b}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{background-color:#1a1a1d}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;width:100%}.copyright p{color:var(--black-color);text-transform:uppercase}@media screen and (max-width:500px){.copyright{align-content:center}}.app__body{display:flex;flex-direction:row;margin-top:5rem}@media screen and (max-width:800px){.app__body{flex-direction:column;margin-left:auto;margin-right:auto;width:100%}}.app__body .body-left{align-items:center;background-color:#690404;border-radius:.5rem;color:var(--white-color);display:flex;font-size:medium;height:50vh;justify-content:center;margin:5px;padding:5px;text-shadow:1px 1px 1px var(--crimson-color),2px 2px 1px var(--crimson-color);text-transform:uppercase;width:100%}.app__body .body-left a{color:var(--primary-color);flex-direction:column;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__body .body-left a:hover{color:var(--secondary-color)}.app__body .body-right{height:auto;margin-bottom:.5rem;margin-left:10rem;margin-right:auto;width:100%}@media screen and (max-width:800px){.app__body .body-right{margin-left:auto}}.app__dex{align-items:center;background-color:#690404;border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;flex-wrap:wrap;justify-content:center;padding:1rem;transition:all .3s ease;width:310px}.app__dex:hover{box-shadow:0 0 25px rgba(0,0,0,.5)}@media screen and (min-width:2000px){.app__dex{border-radius:.75rem;padding:1.25 rem;width:470px}}@media screen and (max-width:300px){.app__dex{margin-left:auto;margin-right:auto;width:100%}}@media screen and (max-width:800px){.app__dex{margin-left:auto;margin-right:auto;width:100%}}@media screen and (max-width:600px){.app__dex{margin-left:auto;margin-right:auto;width:100%}}.app__dex p{align-items:center;color:var(--white-color);display:flex;font-size:xx-large;justify-content:center;margin:1rem;text-shadow:1px 1px 1px var(--crimson-color),2px 2px 1px var(--crimson-color);text-transform:uppercase}.app__dex button{background-color:var(--gray-color);border:none;border-radius:10px;color:var(--white-color);cursor:pointer;font-family:var(--font-base);font-weight:300;margin:.5rem;outline:none;padding:.5rem}.app__dex button:hover{background-color:#fff;color:#000}.app__dex select{align-items:center;-webkit-appearance:button;background-color:#af0513;border:none;border-radius:.5rem;box-shadow:0 5px 25px rgba(0,0,0,.2);color:#fff;display:flex;font-size:20px;justify-content:center;outline:none;padding:12px;width:100%}.app__dex .app__dex_Image{height:100%;margin:1rem;position:relative;width:200px}.app__dex .app__dex_Image img{border-radius:.5rem;height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__dex .app__dex_Image{height:350px}}.app__dex .app__dex_desc p{font-size:medium}.app__footer{position:bottom}.app__footer,.app__navbar{align-items:center;-webkit-backdrop-filter:blur(4px);background:hsla(0,0%,100%,.5);border:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;padding:1rem;top:0;width:100%;z-index:2}.app__navbar{position:fixed}.app__navbar-logo{align-items:center;display:flex;justify-content:flex-start}.app__navbar-logo img{height:35px;width:90px}@media screen and (min-width:2000 px){.app__navbar-logo img{height:40px;width:180px}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:flex-start;list-style:none}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li div{background:transparent;border-radius:50%;height:5px;margin-bottom:5px;width:5px}.app__navbar-links li a{color:var(--primary-color);flex-direction:column;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li:hover div{background:var(--secondary-color)}
/*# sourceMappingURL=main.86b9707b.css.map*/