@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);*{box-sizing:border-box;font-family:Bebas Neue;margin:0;padding:0}a{cursor:pointer;position:relative;text-decoration:none;transition:all .5s}a:hover{color:red}header{background-color:#000;z-index:1000}header a{color:#f0f8ff;font-size:20px;padding-top:1em;vertical-align:middle}.character{grid-gap:1rem;background-position:top;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);padding-top:80px}@media screen and (max-width:426px){.character{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:376px){.character{grid-template-columns:1fr}}.btns{display:flex;justify-content:space-evenly;margin-bottom:1rem;margin-top:1rem;width:100%}.episodes{grid-gap:1rem;background-position:top;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);padding-top:11vh}@media screen and (max-width:426px){.episodes{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:376px){.episodes{grid-template-columns:1fr}}.episodes .btns{display:flex;justify-content:space-evenly;margin-bottom:1rem;margin-top:1rem;width:100%}.active{color:brown}.loading{background:url(/static/media/load.2a37fec2459f2067ed0f.gif) 100%/100% repeat;height:100vh;text-align:center;width:100vw}.loading h1{height:100%;padding-top:15%}.error{align-content:center;align-items:center;background-image:url(https://www.nme.com/wp-content/uploads/2020/04/rick-and-morty-season-4.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#0505eb;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100vw}.single-card{display:flex;flex-direction:row;height:50%;justify-content:space-around;padding:11vh 0;width:100%}.single-card_img{height:50%;width:50%}.single-card_img img{display:block;height:100%;width:100%}.single-card_text{text-align:center}.single-card ul{display:flex;flex-direction:column;gap:1em;list-style:none}@media screen and (max-width:426px){.single-card{flex-direction:column;height:100%;justify-content:center;width:100%}.single-card_img{align-content:center;align-items:center;height:100%;margin:0 auto;width:100%}}
/*# sourceMappingURL=main.57d20929.css.map*/