/* Imported fonts */
@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* CSS */
body {
  background-color: #230887;
  font-family: 'Anton',  sans-serif;
  margin: 200px auto;
}

body > main {
    text-align: center;
}

body > main > p {
  color: #999;
  font-family: 'Open Sans', sans-serif !important;
}

body > main > p > img {
  width: 200px;
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
}


body > main > h1 {
  color: rgb(255, 255, 255) ;
  font-size: 22px;
  font-weight: 500;
  opacity: .7;
}
      