/* home/styles.css */
body {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    font-family: 'Noto Serif', serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.container {
    text-align: center;
}

h1 {
    font-size: 24px;
    font-weight: bold;
}