html { height: 100%; } body { height: 100%; } main { display: flex; flex-direction: column; min-height: 100%; justify-content: center; align-items: center; text-align: center; }