html {
 width: 100%;
 color: white;
 font-size: 18px;
 font-family: Trebuchet MS, sans-serif;
}
body {
 background-color: #000000;
}
#Home {
 background-color: #000000;
 left: 0;
 width: 100%;
}
#About {
 background-color: #155a9f;
 left: 0;
 width: 100%;
}
#Welcome {
 height: 500px;
 text-align: center;
 
}
#Services {
 background-color: #000000;
}
#Contact {
 background-color: #155a9f;
}
p1 {
 font-size: 14px;
 text-align: center;
}
p2 {
 font-size: 22px;
 text-align: center;
}
p3 {
 font-size: 40px;
 text-align: center;
}
p {
 text-align: center;
}
a {
 color: white;
 font-size: 14px;
 text-decoration: none;
 margin-right: 30px;
}
a:link {
 color: white;
 font-size: 14px;
 text-decoration: none;
}
a:visited {
 color: white;
 font-size: 14px;
 text-decoration: none;
}
table {
 background-color:#000000;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}
a:hover {
 color: white;
 font-size: 14px;
 text-decoration: none;
}
a:active {
 color: white;
 font-size: 14px;
 text-decoration: none;
}
.parallax {
  background-image: url("dumper.jpg");
  min-height: 2000px;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}