* {
  margin: 0;
  padding: 0;
}

body {
  background-color: blue;
  color: white;
  font-family: 'Courier New', monospace;
  padding-left: 20px;
  padding-right: 20px;
}

.web-title {
  font-size: 80px;
  line-height: 50%;
  padding-top: 20px;
}

h1, h2 {
  font-weight: normal;
  font-size: 24px;
}

h2 {
  font-size: 16px;
}
