html, body {
  background-color: #f2f2f2;
  height: 100%;
  overflow: hidden;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #333;
  font-size: 1.25em;
}

div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-flow: column;
}

.img-circle  {
  border-radius: 50%;
  height: 30%;
}

@media only screen and (max-width: 768px) {
  p {
    font-size: 1.025em;
  }
}
