html {
    color: black;
    font-family: sans-serif;
}

body {
    margin: 0;
}

.hero {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}

h1 {
    text-shadow: 10px 10px 10px red;
    font-size: 100px;
}
