@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
  font-family: "Roboto";
  text-align: center;
  overflow: hidden;
  margin: 15;
  padding: 0;
}
#main {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#hello {
  float: left;
  position: relative;
  top: 2em;
}
h2 {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  top: 48%;
  float: left;
  letter-spacing: 0.3em;
}

h1 {
  margin: 0;
  padding: 0;
  float: left;
  letter-spacing: 0.3em;
  position: relative;
}
@-webkit-keyframes animate-con {
  0% {
    opacity: 0;
  }
  33.3% {
    opacity: 0;
  }
  100% {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#con {
  opacity: 1;
  color: #333;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: 1.8;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  margin: 3em auto 0 auto;
}

@-webkit-keyframes animate-one {
  0% {
    opacity: 0;
    margin-right: 1500px;
    margin-bottom: 1000px;
  }
  70% {
    opacity: 0;
  }
  100% {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#one {
  -webkit-animation-name: animate-one;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
}

@-webkit-keyframes animate-two {
  0% {
    opacity: 0;
    margin-top: 1050px;
    margin-left: 100px;
  }
  70% {
    opacity: 0;
  }
  100% {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#two {
  -webkit-animation-name: animate-two;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
}

@-webkit-keyframes animate-three {
  0% {
    opacity: 0;
    margin-bottom: 1000px;
    margin-left: 0;
    margin-right: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#three {
  -webkit-animation-name: animate-three;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
}

@-webkit-keyframes animate-four {
  0% {
    opacity: 0;
    margin-top: 1000px;
    margin-left: 0;
    margin-right: 1500px;
  }
  70% {
    opacity: 0;
  }
  100% {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#four {
  -webkit-animation-name: animate-four;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
}

@-webkit-keyframes animate-five {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#five {
  -webkit-animation-name: animate-five;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
}

.quote-section {
  margin: 2em 0 6em 0;
  text-align: center;
  padding: 0 20px;
}

.subtitle {
  font-style: italic;
  font-size: 1.2em;
  color: #555;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: 300;
  quotes: "«" "»";
}

.subtitle::before {
  content: open-quote;
}

.subtitle::after {
  content: close-quote;
}

.quote-author {
  margin-top: 0.5em;
  font-size: 1em;
  color: #777;
  font-weight: 400;
  text-align: right;
  margin-right: 20%;
}
