h3 {
    color: white;
}

section {
    color: white;
    margin: 100px;
    margin-left: 0px;
    margin-right: 0px;
}

.orange {
    color: white;

}

/*id selector*/
#second {
    color: white;
}
body {
  background-image: url("images/leaves.jpg");
}


p{
    display: inline;
}

div {
  width: 300px;
  border: 30px solid white;
  padding: 30px;
  margin: 50px;
}
footer {
  background-color: white;
  padding: 10px;
  text-align: center;
}

    #myHeader {
  background-color: white;
  color: black;
  padding: 40px;
  text-align: center;
} 
img{
    width: 200px;
    height: 200px;
}