html, body {
  padding: 0px;
  margin: 0px;
  background: #222;
  font-family: 'Raleway', sans-serif;
  color: #4286f4;
  overflow-x: hidden;
}

a {
  outline: 0;
}

#title {
  font-weight: bolder;
  color: inherit;
  width: 100%;
  position: absolute;
  top: 100px;
  text-align: center;
  font-size: 70px;
}

.info {
  padding-top: 20px;
  border-top: 2px solid #4286f4;
  margin-top: 20px
}

.info table {
  width: 100%;
  margin-bottom: 20px;
}

.info td {
  margin: 30px;
  width: 20%;
  align-content: center;
}

.info a {
  text-decoration: none;
  color: inherit;
}

.info section {
  width: 70%;
  padding: 15px;
  text-align: center;
  background: #ccf;
  border-radius: 2px;
  height: 100%;
}

.info h1 {
  font-size: 20px;
}