* {
    background-color: #000000;
    display: flex;
    align-items: center;   
    flex-direction: column;
}

div {
    text-align: center;
}

h1 {
    color: #ffffff;
    font-size: 2.5em;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
