



.home1 body {
    font-family: Arial, Helvetica, sans-serif;
}

/* Style the header */
.home1 h2 {
    background-color: #8ed0fb;
    padding: 70px;
    text-align: center;
    font-size: 35px;
    color: white;
}


.home1 p {
    background-color: #ff6a00;
    padding: 10px;
    text-align: center;
    color: white;
}


