body {
    height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center;     /* vertical center */
    background-color: darkorange;
}

h1 {
    color: black;
    text-align: center;
    margin: 0;
}