@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Kumbh+Sans:wght@100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
 body{
    font-family: 'Kumbh Sans', sans-serif; 
    /* background-color: hsl(229, 23%, 23%); */
    /* background-image: linear-gradient(140deg, url(images/bg-pattern-bottom.svg) 50%, url(images/bg-pattern-top.svg) 75%); */
    background: url(images/bg-pattern-bottom.svg), url(images/bg-pattern-top.svg) ;
    background-position: center;
    background-position: top left;
    background-position:bottom right;
    background-size: 100%;
    background-color: hsl(185, 75%, 39%);
    
    
}

main{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    
}

section{
    /* background-color: hsl(185, 75%, 39%); */
    background-color: white;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column; 
    width: 400px;
    height: 300px;
    
    border-radius: 0 0 10px 10px;
    
    
}

.conteiner{
    /* margin-top: 40px; */
    width: 400px;
    height: 150px;
    background: url(images/bg-pattern-top.svg), url(images/bg-pattern-card.svg), url(images/bg-pattern-bottom.svg);
    border-radius: 10px 10px 0 0;
    
  
    
}


img{
    width: 90px;
    border-radius: 50%;
    border: 5px solid white;
    /* position: absolute; */
   margin-top: -11%;

}

.name-age{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}

.london{
    padding: 10px;
}

h1, h2{
    font-size: 18px;
    font-weight: 700;
    opacity: 80%;
}

p{
    color: hsl(0, 0%, 59%);
    font-weight: 400;
}

.statestic{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    margin-top: 50px;
    padding-top: 45px;
    border-top: 1px solid rgba(0, 0, 0, 0.212)
}

.foll{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}