body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}body header{background:#171a1f}body main{margin-top:160px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}body .list-countries h1{margin-bottom:40px;text-align:center}body .list-countries ul{-ms-flex-wrap:wrap;flex-wrap:wrap}body .list-countries ul li{margin-bottom:10px;width:20%}.country-menu-item{font-size:18px;font-weight:500;padding:15px}.country-menu-item .flag{background-color:#dedede;background-position:50%;background-repeat:no-repeat;background-size:100%;border-radius:50%;display:inline-block;height:25px;margin-right:8px;overflow:hidden;position:relative;top:-3px;width:25px;-ms-flex-negative:0;flex-shrink:0}.country-menu-item:hover{background:#fafafa}@media screen and (max-width:1224px){.more-countries li{width:25%}}@media screen and (max-width:768px){.more-countries li{width:50%}}@media screen and (max-width:576px){.more-countries li{width:100%}body .list-countries ul li{width:50%}}
/*# sourceMappingURL=country_list.css.map*/