@font-face {
  font-family: 'Lobster Regular';
  src: url(../fonts/Lobster/Lobster-Regular.ttf);
}

html, body{
   font-size: 16px !important;
   color: #eee;
   background: #222;
}

body{
   width: 100%;
}

h1{
   font-family: 'Lobster Regular', 'Arial', sans-serif !important;
   margin-bottom: 1rem;
}

.centered {
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}