* {
  margin: 0;
  padding: 0;
}
body {
  display: block;
  font: 16px Helvetica, Sans-Serif;
  line-height: 24px;
  width: 100%;
  background-color: #11151c;
  color: #757875;
  margin:20px;
}
.main {
  width: 95%;
  display: block;
  text-align: center;
  font-family: Oswald;
  font-variant: normal;
  font-style: normal;
  font-weight: 400;
}
.heyitsadam {
  font-size: 40px;
  margin-bottom: 15px;
}
.character {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 450px;
  border-radius: 450px;
  overflow: hidden;
  border: 5px solid #11151c;
}
.visitors {
  font-size: 24px;
  font-weight: 700;
}
.visit_count {
  font-weight: 400;
}
.built-with {
  margin-top:50px;
}

.diagram {
  width: 100%;
  height: auto;
  max-width: 795px;
}
.title {
  font-size: 40px;
  font-style: italic;
  text-decoration: underline;
}
.list {
  list-style: none;
  margin-top: 20px;
  list-style-type: none;
  font-size: 20px;
}
.list .li {
  list-style: none;
  list-style-type: none;
}