/* styles/main.css */
html, body {
    height: 100%;
}

body {
    display: flex;
    justify-content: center;
    align-items: center; 
    background: black;
    color: white;
}

.main {
    text-align: center;
}