html {
  font-family: 'Roboto', sans-serif;
}
.header1 {
  font-size: 50px;
  list-style-type: none;
  font-weight: bold;
}

.header {
  list-style-type: none;
  font-size: 25px;
  font-weight: bolder;
}

h3 {

}

.links {
  text-decoration: none;
  color: blue;
}

.navigator {
  list-style-type: none;
}

ol {
  list-style-type: none;
}
