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

* {
  margin: 0px;
  font-family: 'Roboto', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #303030;
  text-align: justify;
}

h1, h3 {
  font-family: 'Montserrat', 'Roboto', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1 {
  margin-bottom: 70px;
}

h3 {
  margin-bottom: 50px;
}

ol {
  list-style-type: none;
  padding-left: 0px;
}

ol li, h4 {
  margin-bottom: 5px;
}

li img {
  display: block;
  margin: auto;
}

.main > li {
  margin-bottom: 20px;
}

header {
  margin: 50px;
}

.container {
  width: 60%;
  margin: auto;
  padding-bottom: 80px;
}

.intro {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1100px) {
  .container {
    width: 80%;
  }
}