html, body { 
  width: 100%;
  height: 100%; 
  background: #3d2152; 
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}