@import url(https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap);.Header{align-items:center;background-color:#e45992;display:flex;flex-direction:column;gap:2rem;justify-content:center;padding:2rem;text-align:center}.Header__title{font-size:4rem}.input-searh{border:none;border-radius:5rem;max-width:30rem;padding:.5rem;text-align:center;width:60vw}.Continents__img{animation:fadeIn 5s;-webkit-animation:fadein 5s;-moz-animation:fadein 5s;-o-animation:fadein 5s;-ms-animation:fadein 5s;background-color:#e45992;height:auto;width:100%}a:link,a:visited{color:#fff;font-size:3rem;text-decoration:none}a:active,a:hover{text-decoration:underline}.Continents__list{display:grid;grid-template-columns:repeat(2,minmax(auto,30rem));grid-template-rows:repeat(4,20rem);justify-content:center;list-style:none}.Continents__list_items{align-items:center;background-color:#e05482;display:flex;flex-direction:column;justify-content:space-around;text-align:center}.Continents__list_items>:last-child{font-size:3rem}.Continents__list_items:nth-child(2),.Continents__list_items:nth-child(3n),.Continents__list_items:nth-child(7){background-color:#d04d77}.Continents__list_items_name{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-name:slidein;animation-name:slidein;font-weight:700}@-webkit-keyframes slidein{0%{margin-left:100%;width:300%}to{margin-left:0;width:100%}}@keyframes slidein{0%{margin-left:100%;width:300%}to{margin-left:0;width:100%}}.Countries{display:flex;flex-direction:column;margin:auto;max-width:60rem;position:relative}.continent_map{background-color:#e45992;width:100%}.Countries__list{display:flex;flex-direction:column;list-style:none}.Countries__list_items{align-items:center;background-color:#e45687;display:flex;height:6rem;padding-left:2rem}.Countries__list_items:nth-child(2n){background-color:#d04d77}.Countries__arrow{border:2px solid #fff;border-radius:50%;left:1rem;padding:1rem;position:absolute;top:-10rem}.Country{display:flex;flex-direction:column;margin:auto;max-width:60rem}.Country__flag{animation:fadeIn 5s;-webkit-animation:fadein 5s;-moz-animation:fadein 5s;-o-animation:fadein 5s;-ms-animation:fadein 5s;width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}.Country__assets{align-items:center;display:flex;justify-content:space-between;padding:1rem}.Country__assets img{width:10rem}.Country__sizes{display:flex;flex-direction:column;gap:1rem;padding:1rem}.Country__borders_list{display:grid;font-size:1.7rem;grid-template-columns:repeat(2,auto);list-style:none;padding-top:1rem}.Country__arrow{border:2px solid #fff;border-radius:50%;left:2rem;padding:1rem;position:absolute;top:2.5rem}.App{background-color:#e05482;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%}body{color:#fff;font-family:Lato,sans-serif}
/*# sourceMappingURL=main.c6108516.css.map*/