body {
  background-color: #303038;
  color: #DBDBE5;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  overflow: scroll;
  overflow-x: hidden;
}

::-webkit-scrollbar {
    background: transparent;
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #404048;
    border-radius: 5px;
}

.center {
  text-align: center;
  min-height: 100vh;
  position: relative;
  margin: auto;
}

.center>* {
  position: absolute;
  margin: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.title {
  font-size: 8vw;
}

.rule {
  height: 1px;
  background-color: #1B57C6;
}

.content {
  width: 80%;
  max-width: 45em;
}

.content h1 {
  font-size: 3em;
}

.content p {
  font-size: 1.5em;
  text-align: justify;
  line-height: 1.3;
}

b, a {
  color: #1B57C6;
}

a {
  text-decoration: none;
}

h1 {
  font-family: 'Roboto Mono', monospace;
  font-weight: 600;
}
