@import url(https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Hubballi&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#ace0f9;font-family:Amatic SC,sans-serif;font-weight:700}p{font-family:Hubballi,sans-serif}.App{display:flex;flex-direction:column;min-height:100vh}.card-container{flex:1 1}.navbar{background-color:#171b20;display:flex;gap:2rem;justify-content:space-evenly;padding:1rem}.navbar a{color:#fff;font-size:2rem;text-decoration:none;transition:color .3s ease}.navbar a:hover{color:#05aaf6}@media screen and (min-width:0px){.navbar{flex-direction:column;text-align:center}}@media screen and (min-width:576px){.navbar{flex-direction:row}}.header{color:#d13a28;font-size:2rem;margin:1rem;padding:.5rem;text-align:center}.card-container{display:flex;flex-wrap:wrap;justify-content:space-evenly}.card-container .cards{background-color:#171b20;border-radius:10px;box-shadow:3px 3px 5px #000000b3;margin:1rem;overflow:hidden;padding:1rem;position:relative}.card-container .cards:hover .card-over{transform:translateY(0)}.card-container .title{color:#ace0f9;font-size:1.5rem;padding:1rem}.card-container img{height:350px;object-fit:cover;width:500px}.card-container img:hover{filter:grayscale(100%)}.card-container .card-over{background-color:#00000080;bottom:0;color:#fff;font-size:1.5rem;left:0;padding:1rem;position:absolute;transform:translateY(100%);transition:transform .7s ease-in-out;z-index:1}footer{background-color:#333;color:#f0f8ff;padding:1rem 0;text-align:center}
/*# sourceMappingURL=main.e71ce827.css.map*/