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

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

a {
  display: block
}

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

.logo {
  width: 500px;
  border: 2px solid red;
}
.image_list {
  list-style-image: url("https://cdn1.iconfinder.com/data/icons/social-media-circle-7/512/Circled_Youtube_svg-48.png");
  margin: 50px;
  line-height: 5;
  margin-top: 100px;
}

.youtube2013 {
  width: 500px;
  height: auto;
  border-radius: 30px;
  transition: transform 0.5s ease;
}

.youtube2013:hover{
  transform: scale(1.05);
}

.layout {
  border: 2px;
  margin: 30px;
  float:right;

}