html, body {
   width:100%;
   height: 100%;
}
.div-container {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   height: 100%;
   color: #d1d1d1;
   font-family: Trebuchet Ms;
   letter-spacing: 11px;
   font-size: 0.7rem;
   font-weight: lighter;
}
