body {
 font-family: Calibri, sans-serif;
  font-size: 12px;
  line-height: 1.2rem;
  background: #080013;
  color: #3E45CE;
}

h1 {
  font-size: 20px;
  letter-spacing: 1px;
}

h2 {
  font-size: 15px;
  letter-spacing: 1px;
}

h3 {
  font-size: 12px;
  letter-spacing: 1px;
}

hr {
  border: none;
  height: 1px;
  background: #c2c89a;
  margin: 24px 0;
  display: block;
}

#centering{
  justify-content: center;
  background-color: #080013;
  align: center;
  width: 500px;
  border: 10px solid #3E45CE;
  padding: 50px;
  margin: 20px;
}