@font-face {
  font-family: "Ostrich";
  src: url('https://github.com/theleagueof/ostrich-sans/raw/master/webfonts/ostrich-sans-light.ttf') format("truetype"); }

* {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }

body {
  font-family: Roboto Slab, Ostrich, Helvetica, sans-serif;
  color: #e6d7c9;
  background-color: #363130; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  color: #e6d7c9; }

.title {
  font-size: 60px;
  padding-top: 20px; }

.title-logo {
  max-width: 40%;
  padding-top: 100px; }

.inspire {
  padding-top: 5px;
  font-size: 18px;
  text-align: justify; }

a, a:link, a:visited {
  color: #ff2f6e; }

a:hover, a:active {
  color: #7de5a8; }
