body{
    padding-top: 50px;
    color:white;
   text-align: center;
   background-image: url("https://images.unsplash.com/photo-1435224668334-0f82ec57b605?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1770&q=80");
}
p{
    font-family: "Trebuchet MS", sans-serif;
    line-height: 30px;
    border-width: 40px;
    font-size: 22px;
    padding-bottom:30px;

}
h1{
    font-size: 30px;
    font-family: "Trebuchet MS", sans-serif;
    line-height: 30px;
    border-width: 40px;
}
h2{
    font-size: 22px;
    font-family: "Trebuchet MS", sans-serif;
    line-height: 30px;
    border-width: 40px;
    padding-top:0px;
    padding-bottom:30px;
}
