*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,body{
    width: 100%;
    height: 100%;
    background-color: #F9F1F0;
}

header{
    background-color: #FADCD9;
    margin: 30px;
    border-radius: 10px;
    position: relative;
    padding: 20px;
}

header > .rightnav{
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
}

header > .rightnav > a{
    text-decoration: none;
    padding: 0px 30px;
    font-size: 20px;
    color: #000;
}

main{
    height: 100%;
    margin: 10px;
    position: relative;
}

.leftdiv{
    width: 65%;
    height: 100%;
    position: absolute;
}

.rightdiv{
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}

.rightcard1{
    background: #FADCD9;
    height: 90%;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}

.topimg{
    position: absolute;
    top: 63px;
    right: 27px;
    width: 2.5%;
}

.bottomimg{
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}

.rightcard1>p{
    font-weight: 900;
    font-size: 22px;
    margin: 30px 0px;
}

hr{ 
 border: 2px solid #F8AFA6;
}

.rightcard2{
    background-color: #FADCD9;
    border-radius: 20px;
    height: 12%;
    margin: 25px 0px;
    padding: 35px;
}

.rightcard2>a{
    text-decoration: none;
    padding: 0px 30px;
    font-size: 20px;
    color: #000;

}

.card1{
    width: 58%;
    height: 57%;
    background: #FADCD9;
    border-radius: 20px;
    margin: 20px;
    padding: 20px;
}

.card1>p{
    font-family: Gilroy;
    font-size: 50px;
    padding: 70px 100px 0px 0px;
}

.card1>img{
    padding-left: 400px;
}

.card2{
    width: 34%;
    height: 57%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
}

.card2> img{
    border-radius: 20px;
}


.card3{
    width: 46%;
    height: 40%;
    background: #FADCD9;
    border-radius: 20px;
    margin: 30px 20px;
    padding: 30px 20px;
}

.card3>p{
    padding-right: 150px;
    margin-top: 70px;
    font-size: 20px;
}

.card4{
    width: 46%;
    height: 40%;
    background: #F8AFA6;
    border-radius: 20px;
    position: absolute;
    top: 510px;
    right: 0;
    margin: 10px 20px;
    padding: 30px 20px;
}

.top{
    position: relative;    
}

.top>img{
    position: absolute;
    top: 0;
    right: 0;
}

.card4> h1{
    margin-top: 170px;
    font-size: 70px;
}

.space{
    height: 100px;
}