html, body {
    padding: 0;
    margin: 0;
    background-color: #000;
}

.container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.title {
    color: #fff;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
}
