* { box-sizing: border-box; padding: 0px; margin: 0px; } body{ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; background-color: #34205B; } div{ display: flex; justify-content: center; align-items: center; flex-direction: column; height: 100vh; } h1{ color: #f0f8ff; margin-top: 40px; }