body {
    background: #333;
    color: #fff;
}

div {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2 {
    font-size: 26px;
    font-family: cursive;
}