header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
}

.button {
    display: flex;
}

.logo {
    font-weight: 700;
    font-size: 24px;
}

.link {
    font-weight: 500;
    font-size: 18px;
    color: black;
    text-decoration: none;
    margin-right: 50px;
}

.btn1 {
    width: 106px;
    height: 46px;
    background-color: #FDD6EB;
    border-radius: 999px;
    text-align: center;
    align-content: center;
}

.btn2 {
    width: 143px;
    height: 46px;
    background-color: #FF4BAC;
    color: white;
    text-align: center;
    align-content: center;
    border-radius: 999px;
    margin-left: 30px;
}

.main1 {
    margin: auto;
    margin-top: 100px;
    background-color: #FDD6EB;
    width: 1200px;
    height: 456px;
    display: flex;
    gap: 79px;
}

.mmm1 {
    font-weight: 500;
    font-size: 40px;
    color: grey;
    width: 492px;
    height: 45px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 50px;

}

.mmm2 {
    font-weight: 500;
    font-size: 40px;

}

.mmm3 {
    font-weight: 400;
    font-size: 18px;
    width: 518px;
    height: 144px;
    color: #212121;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 50px;
}

.img2 {
    position: absolute;
    right: 600px;
    top: 150px;
}

.btnm {
    display: flex;
}

.btn3 {
    width: 249px;
    height: 46px;
    background-color: #FF4BAC;
    border-radius: 999px;
    font-weight: 500;
    font-size: 18px;
    color: white;
    text-align: center;
    align-content: center;
    margin-right: 10px;
}

.btn4 {
    width: 249px;
    height: 46px;
    background-color: white;
    border-radius: 999px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    align-content: center;
}

.mm1 {
    margin-left: 30px;
}

.pa {
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
}

.pa1 {
    width: 138px;
    height: 29px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    align-content: center;
}

.pa2 {
    width: 112px;
    height: 46px;
    background-color: #FDD6EB;
    text-align: center;
    align-content: center;
    border-radius: 999px;
    font-weight: 500;
    font-size: 18px;
}
.img3{
    width: 183px;
}
.phts{
    display: flex;
    gap: 30px;
    margin-top: 50px;
    justify-content: center;
}
.des{
    background-color: #212121;
    width: 183px;
    height: 50px;
    margin-top: -4px;
}
des1{
    color: white;
    font-weight: 500;
    font-size: 16px;
    margin-left: 8px;
}
des2{
    color: #FFFFFFA3;
    font-weight: 400;
    font-size: 14px;
    margin-left: 8px;
}