body {
    font-family: sans-serif;
    background-color: rgba(0, 0, 0, 0.01);
    padding: 0;
    margin: 0;
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}