body{
    margin: 0;
    height: 100%;
    padding: 0;
}

h1 {
    text-align: center;
    font-size: 30px;
    padding: 25px 0;
    font-weight: 500;
    background-color: blue;
    color: aliceblue;
    margin: 0;
}
#banner img {
width: 100%;
height: auto;
}
.three_fruit {
    display: flex;
    justify-content: center;
    margin: 0 auto;

}
#four {
    text-align: center;
    color: blue;
    font-size: 25px;
}
.five {
    display: flex;
    justify-content: center;
}
footer{
    text-align: center;
    background-color: blue;
    font-size: 20px;
    color: aliceblue;
    padding: 20px;
}