p{
  font-size: 20px;
  margin-top: 40px;
  font-family: sans-serif;
  width:500px;
}

body {
   background-image: url(../../img/beach.jpeg);

   background-size: cover;
   background-position: center;
}
h2{
  color: #F0E68C;
}
.triangle{
  position:relative;
  left:200px;
  top: 20px;
  border-top: 140px solid transparent;
	border-right: 400px solid red;
	border-bottom: 140px solid transparent;
  -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.circle{
  position: relative;
  width:300px;
  height: 300px;
  top:40px;
  left:250px;
}

#ice-cream{
  position: relative;
  width:850px;
  margin:0 auto;
  top:-200px;
}

#wafer img{
  height: auto;
  width: auto;
  max-width: 300px;
  max-height: 300px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  position: relative;
  top:220px;
  left:450px;
}

#center{
  width:150px;
  margin:0 auto;
  position: relative;
  top:50px;
  text-align: center;
  display:block;

}
