@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');

body {
    background-color:#000000;
    color:#ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    line-height: 1.25;
    font-family: 'Titilium Web', sans-serif;
}

h1 {
    text-align: center;
}

p {
    text-align: center;
}

div {
    text-align: center;
}