body {background-color: aqua;}
#capa1{width:400px;height:550px; background-color: #ccffff;float:left; margin-left:50px; margin-top:50px;}
#capa2{width:400px;height:550px; background-color: #ccffff ;float:right; margin-right:50px; margin-top:50px;}
img{float:left;height:20%;}

 /* @font-face kit by Fonts2u (https://fonts2u.com) */ 
 
@font-face {font-family:"Creampuff";
src:url("../fuentes/CREAMPUF.eot?") format("eot"),url("CREAMPUF.woff")
format("woff"),url("../fuentes/CREAMPUF.ttf") 
format("truetype"),url("../fuentes/CREAMPUF.svg#Creampuff") 
format("svg");
font-weight:normal;
font-style:normal;}

h1{
  font-family: "Creampuff";
  font-size: 100px;
  color: black;
  line-height: 0.7;
text-align: center;
font-weight: 200;
}
