body {
    display: flex;
    flex-direction: column;
    align-items: center;
    h1 { color: blue; }
    width: 60%;
}
