@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght,YOPQ@100..900,40..300&display=swap');

html{
    height: 100vh;
    background-color: #f39367;
    overflow-x: hidden;
}

body{
    font-family: "Kumbh Sans", sans-serif;
    background-color: #fff;
    width: 350px;
    height: 370px;
    border-radius: 15px;
    flex-direction: column;
    box-shadow: 0px 0px 20px #7e4f39;
}



.top-session{
    background: url('../assets/images/background-profile.jpg') no-repeat;
    background-size: 100% 50%;
    height: 282px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    flex-direction: column;
}
.top-session img{
    width: 90px;
    border-radius: 100%;
    border: 5px solid rgb(255, 255, 255);
    margin-top: 55px;
}
.top-session h1{
    font-size: 18px;
    margin-top: 23px;
    margin-bottom: 10px;
}
h1::after{
    content: '32';
    font-weight: 600;
    margin-left: 10px;
}
.top-session p{
    font-size: 14px;
}



.info-session{
    padding: 25px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top: 1px solid #6a6f81;
    flex: 1;
    letter-spacing: 1px;
    
}
.info-session div{
    text-align: center;
    flex:1;
}
.info-session span{
    font-weight: 800;
    font-size: 18px;
}
.info-session p{
    font-size: 11px;
    margin-top: 3px;
}


