@import url("http://fonts.cdnfonts.com/css/roquen-demo");
html,
body {
  height: 100%;
  margin: 0px;
}
.Head {
  background-image: linear-gradient(45deg, #32cca8, #28ced4);
  height: 75%;
  width: 100%;
  border-bottom-left-radius: 2%;
  border-bottom-right-radius: 2%;
  overflow: hidden;
}
.titles {
  height: 20%;
  display: block;
  float: right;
  width: 35%;
  margin-top: 5.5%;
}
.Head .title {
  margin: 0px;
  margin-left: 1%;
  padding: 2%;
  padding-left: 4%;
  font-family: "Roquen DEMO", sans-serif;
  background-color: white;
  width: 100%;
  rotate: -8deg;
  font-size: 3.5em;
}
.Head .subtitle {
  margin: 1%;
  margin-bottom: 0px;
  margin-left: 10%;
  padding: 2%;
  padding-left: 4%;
  font-family: "Roquen DEMO", sans-serif;
  background-color: white;
  width: 90%;
  rotate: -8deg;
  font-size: 2.3em;
}
img {
  margin-top: -5%;
  margin-left: -30%;
}
