* { margin: 0; padding: 0; overflow: hidden; } html, body { height: 100%; width: 100%; background-color: #282828; color: #ebdbb2; } .main { display: flex; justify-content: center; align-items: center; height: 100%; width: 100%; } .content { text-align:center; }