:root{
    background-color: hsl(185, 75%, 39%);
}


.container{
    background-color: #ffffff;
    height: 360px;
    width: 340px;
    border-radius: 10px;
    margin: 150px auto;
}

.cartao-perfil{
    height: 250px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.pessoal{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 12px;
}

.img-perfil{
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
    padding: 20px;
}

.pais{
    padding: 20px;
}

.items{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    padding-top: 30px;
}

.font-700{
    font-weight: 700;
}

.font-idade{
    font-weight: 700;
    color: hsl(227, 10%, 46%);
}

.font-400{
    font-weight: 400;
    color: hsl(227, 10%, 46%);
}

