.heading {
    color: #3e4c59;
    font-size: 28px;
    font-weight: bold;
}

.search-input {
    height: 50px;
}

.result-countries {
    margin-top: 18px;
}

.country-card {
    background-color: #ebf2fc;
    border-radius: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
}

.country-flag {
    width: 70px;
    height: 70px;
}

.country-name {
    color: #183b56;
    font-family: "Roboto";
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
}

.country-population {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
}