/* Container */
.wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0d1117;
  color: #c9d1d9;
  z-index: 9999;
}

.flex-center {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body {
	font-family: Roboto,sans-serif;
}

h1 {
	text-transform: uppercase;
}