body {
    background-color: #0b0c10; /* Cor escura como o céu noturno */
    color: #c5c6c7; /* Cor clarinha como as estrelas */
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
