* {
  margin:0;
  padding:0;
}

html, body {
  height: 100%;
  background: #000;
  color: white;
  font-family: 'Inconsolata', monospace;
  font-size: 100%;
}
.maintenance {
margin-top:20%;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 3rem;
  text-align:center;

  color:#fff;
}
.container {
  display: table;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  height: 100%;
  align-content: center;
  position: relative;
  box-sizing: border-box;
  .what-is-up {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    }
    
    .funk {
    display: flex;
    max-width:360px!important;
    margin:auto;}