.title-box {
  height: 100%;
  width: 100%;
  display:flex;
  position: fixed;
  justify-content:center;
  align-items:center;
}


BODY {
  background-color: #001524;

}

.title {
  text-align: center;
  font: 1.5rem 'de_valencia';
  font-size: 3em;
  color: #009966;
}
