/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/roboto-slab-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/roboto-slab-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-slab-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-slab-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-slab-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-slab-v13-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

* {
  background-color: #373737;
  color: #fff;
  margin: auto;
  font-family: 'Roboto Slab', serif;
}

a {
  text-decoration: none;
  color: #007aa5;
}

body {
  max-width: 750px;
  padding: 20px;
}

#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#name {
  font-size: xx-large !important;
  text-transform: uppercase;
  color: #007aa5;
}

.long-text {
  text-align: justify;
  text-justify: inter-word;
}

.title {
  font-weight: bold;
  text-transform: uppercase;
  color: #007aa5;
  font-size: larger;
}

.title::before {
  content: "< ";
  color: #FFF;
}

.title::after {
  content: " >";
  color: #FFF;
}

#list {
  list-style: outside none none;
  margin-left: -20px;
}

#list li:before {
  content: "\25BA" " ";
  color: #007aa5;
  font-size: 75%;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-50 {
  margin-top: 50px;
}

.block {
  margin-top: 20px;
}

footer {
  margin-top: 50px;
  margin-bottom: 20px;
  opacity: 0.66;
  text-align: center;
}
