body { margin: 0; } html, body { height: 100%; } .root { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: start; } #tulasi { color: orange; text-align:top; } .header { display: flex; align-items: center; box-sizing: border-box; width: 100%; background-color: purple; height: 44px; } .logo-container { height: 100%; display: flex; align-items: center; justify-content: center; margin-left: 10px; } .logo { background-image: url(https://zignsec.com/wp-content/uploads/2020/10/zs-logo-2.svg); background-repeat: no-repeat; color: #1e1e1e; outline: 0; width: 200px; height: 50px; background-position: -2px -2px; } .content { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } .coreClientContainer { display: flex; justify-content: center; } #errorText { display: none; color: orange; text-align: center; margin-top: 200px; }