
#title{
    font-size: 3rem;
    text-align: center;
    color: rgb(133, 245, 69);
}
body{
    background-color: rgb(207, 250, 187);
}
.score{
    display: flex;
    justify-content: space-around;
}
.score .contry-name{
    text-align: center;
    font-size: 20px;
}
img{
    border-radius: 1rem;
}

button{
    display: block;
    margin: 3rem auto;
    padding: 1rem 2rem;
    background-color: rgb(30, 103, 238);
    color: wheat;
    border: 0;
    border-radius: 1rem;

}