@import url(https://fonts.googleapis.com/css2?family=Amatic+SC:wght@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}body{background-color:#ace0f9;font-family:Amatic SC,cursive}p{font-family:Hubballi,cursive}.header{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 rgba(0,0,0,.7);margin:1rem;overflow:hidden;padding:1rem;position:relative}.card-container .cards:hover .card-over{-webkit-transform:translateY(0);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{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.card-container .card-over{background-color:rgba(0,0,0,.5);bottom:0;color:#fff;font-size:1.5rem;left:0;padding:1rem;position:absolute;-webkit-transform:translateY(100%);transform:translateY(100%);transition:-webkit-transform .7s ease-in-out;transition:transform .7s ease-in-out;transition:transform .7s ease-in-out,-webkit-transform .7s ease-in-out;z-index:1}*{box-sizing:border-box;margin:0;padding:0}.navbar{background-color:#171b20;display:flex;justify-content:space-evenly}.navbar a{color:#fff;font-size:2rem;padding:1rem;text-decoration:none}.navbar a:hover{background-color:#ace0f9;color:#171b20}@media screen and (min-width:0px){.navbar{flex-direction:column;text-align:center}}@media screen and (min-width:576px){.navbar{flex-direction:row}}
/*# sourceMappingURL=main.b552e8c2.css.map*/