1 R-
body{ height: 100vh; }
2 R-
body{ height: 100vh; box-sizing: border-box; }
3 R-
body { height: 100vh; box-sizing: border-box; display: flex; align-items: center; }
4 R-
Texto aqui...
.container { display: flex; align-items: center; justify-content: space-between; }
5 R-
.container { display: flex; align-items: center; height: 300px; }
6 R-
.responsivo-container { display: flex; flex-direction: column; flex-wrap: wrap; }