body {
    margin: 0;
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: black;
}

h1 {
    margin: 0;
    padding: 0;
    font-family: "Megrim", system-ui;
    font-weight: 800;
    font-style: normal;
    font-size: 4em;
    color: white;
}