html{
  background: url(https://cdn.hipwallpaper.com/i/55/40/npqKyb.jpg);
  height: 2500px;
} 
.title{
  text-align: center;
  background-color:  #ff8080;
  margin-bottom: 10px;
  margin-left: 50px;
  margin-right: 50px;
}
h1{
  color: #99ff99;
}
.projects{
  background-color: #ff8080;
  margin-bottom: 10px;
  margin-left: 50px;
  margin-right: 50px;
}
h2{
  color:#99ff99;
}
.description{
    background-color: #ff8080;
  margin-bottom: 10px;
  margin-left: 50px;
  margin-right: 50px;
}
h3{
  color: white;
}
.closing{ 
  background-color: #ff8080;
  margin-bottom: 10px;
  margin-left: 50px;
  margin-right: 50px;}