.navbar{
    background-color: #434867;
    display:flex;
    width: 402px;
    img{
    width: 76px;
    height: 50px;  
    }  
    padding-top: 5px;
    padding-bottom: 5px;

}

.logo,.menubar{
    flex-basis:45%;
}
.hero{
    background-image:url(heroimage.png);
    width: 402px;
    height: 350px;
    display:flex;
    flex-direction: column;
    align-items: center;
}
.hero h1 {
    margin: 0;
    text-align: center;
    color:white;
    padding-top: 10px;
    font-size: 100px;
    font-family: "Londrina Outline";
    font-size: 115px;
  

}
.hero h3{
    text-align: center;
    background-color: #ECB3B4;
    padding: 8px;
    width: 126px;
    border-radius: 20px;
    font-family:"Madimi One" ;
    color: #434867;
}
.section2{
    background-color: #EEE6DD;
    width: 402px;
}
.section2 h1{
    margin: -8px;
}
.donut{
    img{
        width: 250px;
        height: 165px;
        position:absolute;
        top: 45px;
        right:70px;
    
    }
}
.section2{
    display:flex;
    flex-direction: column;
    align-items: center;
    position:relative;
    height: 270px;
    
}
.section2 h3{
    border-radius: 20px;
    border: 3px solid #ECB3B4;
    padding: 8px 8px 8px 8px;
    margin-top: 157px;
    color: #434867;
    font-family:"Madimi One" ;

}
.section2 h1{
    padding-top: 10px;
    font-family:"Londrina Outline"; 
    font-size: 55px;
     color: #434867;
 
}
.section3{
    background-image: url(image3.jpg);
    width: 402px;
    height: 275px;
}
.section3 h2{
    margin: 0px;
    text-align: center;
    padding: 10px;
    font-family:"Madimi One" ;
    color: #434867;
}
.section3 p{
    font-size: 18px;
    text-align: center;
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 0px;
    font-family:"Quicksand";
    color: #434867;
    
   
}
.quote{
    img{
        width:35px;
    }
    margin-left: 180px;
    padding-top: 10px;
}
.section3 hr{
    border: 1px solid #434867;
    border-radius: 5px;
    margin-left: 75px;
    margin-right: 75px;

}
.section3 h3{
    text-align: center;
    border-radius: 20px;
    background-color: #ECB3B4;
    padding: 8px 8px 8px 8px;
    margin-left: 120px;
    margin-right: 120px;
    margin-top: 20px;
    Font-family:"Madimi One" ;
    color: #434867;
}
.star1{
    position:absolute;
    right: 60px;
    top: 200px;
}
.star2{
    position:absolute;
    left: 60px;
    top: 100px
}
.menubar{
    img{
        width: 50px;
    }
}