header{
    text-align: center;
    margin: 0px;
    font-family: 'Viga', sans-serif;
    background: #ffffff;
    padding-top: 1cm;
    padding-bottom: 1cm;
    font-size: 20px;
}

body{
    background:#9AD7DA;
}

.container{
    display:flex;
    flex-direction: row;
}
    
.images{
    margin:20px;
    margin-left: 150px;
    position: relative;
    border-radius: 10%;
}

.vector{
    position:absolute;
    bottom:0;
    right;0;
    margin-bottom:0px;
}

.introduction-card-section{
    background:#ffd6d6;
    width:500px;
    height: 450px;
    margin:20px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
    padding-bottom: 20px;
    position: relative;
    left:100px;
}

.hello{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.name{
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.hobby{
    padding-top: 10px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.hobby-text{
    font-family: 'Montserrat', sans-serif;
}

.education{
    padding-top: 10px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
     }

.education-text{
    font-family: 'Montserrat', sans-serif;
}

.who{
    font-family: 'Montserrat', sans-serif;
    text-align:center;
    background: #ffffff;
    margin-top:100px;
    margin-bottom:0px;
    width: 100%;
    padding-top: 0.1cm;
    padding-bottom: 0.1cm;
    font-size: 15px;
}

.who-content{
    display:flex;
    flex-direction: row;
    background-color:#FFE6E1;
    margin:0px;
    width: 100%;;
    height:500px;

    
}

.stud{
    background-image: linear-gradient(to bottom right, #F6BEC7,#ffff);
    width: 300px;
    height: 300px;
    margin:0px;
    border-radius: 300px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
    text-align: center;
    text-align: center;
    vertical-align: middle;
    line-height: 300px; 
    position:relative;
    top:100px;
    left:100px;
    font-family: 'Montserrat', sans-serif;
}

.daughter{
    background-image: linear-gradient(to bottom left, #FF8094,#ffff);
    width: 300px;
    height: 300px;
    margin:0px;
    border-radius: 300px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
    text-align: center;
    text-align: center;
    vertical-align: middle;
    line-height: 300px; 
    position:relative;
    top:100px;
    left:200px;
    font-family: 'Montserrat', sans-serif;
}

.design{
    background-image: linear-gradient(to bottom right, #FFA1B0,#ffff);
    width: 300px;
    height: 300px;
    margin:0px;
    border-radius: 300px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
    text-align: center;
    text-align: center;
    vertical-align: middle;
    line-height: 300px; 
    position:relative;
    top:100px;
    left:300px;
    font-family: 'Montserrat', sans-serif;
}

.circle{
    background:#84f9ff;
    width:200px;
    height:200px;
    border-radius:200px;
    position: absolute;
    top:10 ;
    margin-top:100px;

}

.circle2{
    background:#fae174;
    width:100px;
    height:100px;
    border-radius:100px;
    position: absolute;
    left:400px;
    top:650px
}

.circle3{
    background:#84f9ff;
    width:200px;
    height:200px;
    border-radius:200px;
    position: absolute;
    left:700px;
    top:300px
}

.circle4{
    background:#eb6183;
    width:100px;
    height:100px;
    border-radius:100px;
    position: absolute;
    left:350px;
    top:450px
}