/* stylesheet.css */

html, body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #0e0e11;
    color: #eaeaf0;
    line-height: 1.6;
}

h1 {
    font-size: 3rem;
    letter-spacing: 0.0em;
    text-align: center;
}