@import url(https://fonts.googleapis.com/css2?family=Jost:wght@400&display=swap);*{margin:0;padding:0;box-sizing:border-box}::selection{color:#ff7c6e;background:#faecc3}::-webkit-scrollbar{width:0}a{text-decoration:none}body{background:#add8e6;font-family:"Jost",sans-serif;letter-spacing:1px;text-transform:capitalize}nav{background-color:#fdf9f3;padding:1rem;font-size:1.5em;display:flex;justify-content:space-between}.paths a,nav{color:#8b8b8b}.paths a{margin:0 1em}.main-body{padding:2rem;display:flex;flex-wrap:wrap;justify-content:center}.card{background-color:#faecc3;border-radius:10px;overflow:hidden;width:auto;margin:1rem;box-shadow:0 0 15px grey;transition:.5s ease-in-out}.card:hover{box-shadow:0 -2px 3.5rem #3f3d3d}img{width:100%;height:100%}.card .img{width:18em;height:15em}.card .about{height:10rem;display:flex;flex-direction:column;align-items:flex-start;padding:1rem;justify-content:space-around}.card .about h4{color:grey;font-size:18px;font-weight:400}.card .about a{text-decoration:none;color:grey;font-size:18px;padding:10px 15px;border:1px solid grey;margin-top:5px}.input-div,form{margin-top:2em;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.input-div input{font-size:1.2em;padding:3px 10px;margin:10px 0;width:15em}.input-div input,form button{font-family:"Jost",sans-serif;outline:none;border:1px solid grey;border-radius:5px;letter-spacing:1px}form button{margin-top:1.2em;font-size:1.1em;background:#fdf9f3;padding:1px 10px;color:#000;cursor:pointer}@media only screen and (max-width:600px){.paths a{margin:0 10px 0 0}nav{font-size:1em}}
/*# sourceMappingURL=main.dddec1bd.chunk.css.map */