@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);

html, body {
    height: 100%;
}

body{
  background-color: #1f253d;
  margin: auto;
  font-family: 'Roboto Slab', serif;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container {
  margin: 0 auto;
  padding-top: 10%;
  width: 600px;
}

blockquote {
  color: #e5ebff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 100;
}

p {
	color: #8f99bf;
	line-height: 4rem;
	letter-spacing: .3px;
	font-size: 1rem;
        text-align: right;
	width: 566px;
	margin: 0;
}