@import url('https://fonts.googleapis.com/css?family=Pangolin');
h1{
 color:#A9F5E1;
 font-family:Pangolin;
 font-size:4em;
}
h2{
 color:#F5A9D0;
}
p {
  font-family:verdana;
}
body{
  background-color:#ECE0F8;
}
img{
  width:40%;
float:left;
}
#verd{
  color:#21610B;
  margin-left:50px;
}