* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background-color: #5B3765;


}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    height: 100px;
    background: #BA88AE;
}

.menu {
    display: flex;
    gap: 100px;
}

.menu a {
    text-decoration: none;
    color: white;
    font-family: 'Aclonica', sans-serif;
}

.yellow {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #D3DF67;
}

.yellow img {
    height: 70px;
    width: 70px;
    z-index: 1;
}

.call {
    background: #5B3765;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-family: 'Aclonica', sans-serif;
}




/* SECTION */

.big {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: calc(100vh - 100px);
    padding: 40px 80px;
}

.bigleft {
    flex: 1;
    position: relative;
    height: 600px;
}

/* Full Stack */

.title1 {
    position: absolute;
    top: 250px;
    left: 60%;
    transform: translateX(-50%);

    font-family: "Angkor", serif;
    font-size: 185px;
    font-weight: 400;
    line-height: 100%;
    color: #ffffff;

    white-space: nowrap;
    margin: 0;
}

/* Developer */

.title2 {
    position: absolute;
    top: 450px;
    left: 50%;
    transform: translateX(-5%);

    font-family: "Angkor", serif;
    font-size: 120px;
    font-weight: 400;
    line-height: 100%;
    color: #BA88AE;
    opacity: .8;

    white-space: nowrap;
    margin: 0;
}

/* second */

.bigright {
    width: 380px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.bigright img {
    width: 390px;
    display: block;
    position: relative;
    top: 500px;
    left: -500px
}

.about {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5B3765;
}

/* third */
.side {
    width: 900px;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grey-girl {
    /* width:620px; */
    z-index: 2;
    margin-top: 1109px;
    width: 550px;
    height: 732px;
    left: 501px;
    opacity: 1;
}



.left-card {
    position: absolute;
    left: 10px;
    top: 748px;
font-family: "Alkalami", serif;
    width: 250px;
    height: 200px;
    background: #D3DF67;
    border-radius: 20px;
    transform: rotate(-15deg);
font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.right-card {
    position: absolute;
    right: 10px;
    top: 748px;
font-family: "Alkalami", serif;
    width: 250px;
    height: 200px;
    background:  #D3DF67;
    border-radius: 20px;
    transform: rotate(15deg);
font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* about */

.about{
    padding:300px 10%;
    text-align:center;
}

.about-girl{
    width:180px;      
    display:block;
    position: relative;
    right:;

    /* margin:0 auto; */
}

.about-title{
    /* display:inline-block; */
    margin-top:350px;
    margin-left:-100px;
    padding:8px 35px;
    background:#A8F7B3;
    font-size:28px;
    border-radius:3px;
}

.about-content{
    margin-top:50px;
}

.about-content p{
    max-width:1100px;
    margin:auto;
    font-size:30px;      
    line-height:1.8;
    color:white;
    font-family:"Alkalami", serif;
}

.highlight{
    background:#DDEB57;
    color:black;
   padding: 2px 2px;
    display:inline;    
}