/* change visited color */
a:visited {
  color: grey;
}

/* change hover color */
a:hover {
  color: green;
}

a {
  display: block
}

h1, p {
  line-height: 40px;
  width:200px;
}
.Features, .Email {
  margin-top: 100px;
}

img {
  display: block;
  width: 700px;
}