body {
  background-color: #3b3f49;
  }
  
* html .centered { 
  position:absolute 
}
  
.centered {
  position: fixed;
  left: 50%;
  margin-left: -150px;
}