body {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

h1 {
    text-align: center;
    width: 100%;
}

span {
    text-align: center;
    width: 100%;
}