body {
    background-color: #140607;
}

h1 {
    color: #ffffff;
}

#content {
    height: 100vh; /* Set the height of the parent div */
    display: flex;
    justify-content: center;
    align-items: center;
}
