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

.logo{
  text-align: center;
  margin-bottom: 25px;
}



body {
  /* font-family: "Roboto", sans-serif; */
}

 .right {
  margin-left: 590px;
  margin-right: 20px;
}

h1 {
  color: #4B4B4B;
  text-align: center;
}

.author {
  background-color: #9ECAFF;
  height: 30px;
  width: 140px;
  border-radius: 20px;
}

.author > img {
  padding-top: 5px;
  margin-left: 10px;
  float: left;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

h2 {
  padding-top: 8px;
  margin-right: 6px;
  text-align: right;
  font-size: 0.7rem;
}

.separator {
  margin-top: 10px;
  border: 1px solid #C3C3C3;
}

p {
  text-align: center;
  color: #4B4B4B;
}

h5 {
  position: absolute;
  left: 30px;
  bottom: 750px;
  font-size: 6rem;
  color: #C3C3C3;
}

ul {
  margin-left: 250px;
}

li {
  display: inline;
  list-style: none;
  padding-right: 40px;
  color: #7B7B7B;
}
