img{
    max-width: 100%;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
header h1{
    background-color: blue;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 50px;
    padding: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 700;

    
    
}

.banner img{
    width: 100%;

}
.banner{
    margin-bottom: 20px;

}



.threefruits{
    display: flex;
    justify-content: center;
    
}
 
.MoreFruits{
    color: blue;
    text-align: center;
    font-size: 30px;
}

.two_fruits{
    display: flex;
    justify-content: center;
}
 footer{
    color: white;
    width: 100%;
    background-color: blue;
    text-align: center;
    font-size: 30px;
 }



