#app #main .account { background-color: red; } #app #main { width: 60%; display: flex; margin-left: auto; margin-right: auto; flex-direction: column; } #app #main .profile { background-color: green; }