body {
    background-color: blue;
}

h1 {
    width: fit-content;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

