@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap');

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    text-align: center;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: white;
    background-color: black;
}

#hero {
    max-width: 60%;
    filter: invert(1);
}

h1 {
    font-size: 3em;
    font-weight: normal;
}