body {
    
}
header{
    display: flex;
    gap: 80px;
    justify-content: space-between;
}

 h2 {
font-size: 40px;
  font-family: "Comic Neue", cursive;
  font-weight: 700;

 }
#about {
    background-color: #E9D36E;
    display: flex;
    gap: 200px;
    justify-content: center;
    padding: 50px 100px;
}

p{ font-size: 32px;
  font-family: "Comic Neue", cursive;
  font-weight: 400;

}
#left{
    width: 600px;
    text-align: center;

}

#right{
     padding-top: 200px;

}
header #right{
    background-image: url(Rectangle\ 1.png);
    background-size: cover;
    padding: 40px;
    padding-top: 225px;
}
header #left{
    padding-left: 300px;
    padding-bottom: 100px;

}


