.box1{
   
    color: aqua;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 25px;
    border-left: 5px solid white;
   margin: 20px;
   padding-left: 10px;
}

#box2{
    padding-top: 70px;
}
h1{
    color:black;
}
h2{
    color:red;
}
h5{
    color: white;
}
body{
    background-color: grey;
}