:root{
    --back-ground:#EFF6FF;
    --fir-color:#2984D1;
    --sec-color:#2A2083;
    --thi-color:#1C398E;
}

body{
    background-color: var(--back-ground);
}

.container{
    width: 30%;
    background-color: white;
    margin: 60px auto;
    padding: 1rem 2rem 1rem 2rem;
    border-radius: 1rem;
}

footer{
    text-align: center;
}

footer{
    color: var(--thi-color);
}

footer a{
    color: var(--sec-color);
    font-weight: bold;
}

header h2{
    font-size: 2.3rem;
    color: var(--fir-color);
}

select{
    width: 100%;
    height: 3rem;
    border-radius: 0.5rem;
    border: 1px solid grey;
}

.first-contry,
.second-contry,
.third-contry,
.forth-contry{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    border-bottom: 1px dashed grey;
    padding-bottom: 0.5rem;
}

.third-contry:last-child{
    border: 0;
}

.first-contry{
    margin-top: 3rem;
}

.main-right h4{
    font-size: 1.8rem;
    padding-bottom: 0;
    margin-bottom: 0.8rem;
    margin-top: 0.5rem;
    color: var(--thi-color);
}

.main-left h3{
    font-size: 2rem;
    color: var(--sec-color);
}

.main-right span{
    color: grey;
}

small{
    font-size: 1.2rem;
}