/* CSS Video Tutorial File */

p {
  text-align:center;
  color:#FFFFFF;
  font-size:20px;
}
body {
  background-color:#000000;
}
h1 {
  text-align:center;
  color:hsl(120,100%,50%);
}
.intro {
  font-size:30px;
}
img {
  margin-left:auto;
  margin-right:auto;
  display:block;
}
.img1 {
  width:900px;
  height:400px
}