@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');:root{--header-height:3rem;--big-font-size:1.5rem;--h3-font-size:1.005rem;--font-medium:500;--mb-0-75:.75rem;--mb-2:2rem;}
@media screen and (min-width:968px){:root{--big-font-size:3rem;--h3-font-size:1.25rem;}
}
.home__container{gap:1rem;}
.home__content{grid-template-columns:.5fr 3fr;padding-top:1.25rem;align-items:center;}
.home__data{text-align:center;grid-column:1/3;}
.home__title{font-size:var(--big-font-size);}
.home__subtitle{font-size:var(--h3-font-size);color:var(--text-color);font-weight:var(--font-medium);margin-bottom:var(--mb-0-75);}
.home__description{margin-bottom:var(--mb-0-75);}
[type=text]{width:350px;padding:.5em;display:block;margin:0 auto;font-family:'MinecraftiaRegular';font-weight:normal;font-style:normal;background-color:#fbfbfe;border:solid 2px var(--title-color);color:var(--text-input-color);}
}
#search__error{display:none;color:cornflowerblue;text-transform:uppercase;font-weight:bold;font-size:12px;}
#result{margin-bottom:1.5rem;padding:0;font-size:16.5px;text-align:center;list-style-type:none;}
::placeholder{color:black;opacity:0.75;text-align:center;}
.padding-bottom__desktop__home{padding-bottom:5.8rem;}
@media screen and (max-width:350px){[type=text]{width:225px;}
}
@media screen and (max-width:432px){[type=text]{width:225px;}
}
@media screen and (min-width:768px){[type=text]{width:300px;}
}
@media screen and (min-width:1024px){[type=text]{width:350px;}
}
