* {
    margin: 0;
    padding: 0;
}

body {
    background: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100dvh;
    flex-direction: column;
    gap: 1rem;
}

img {

    max-width: 20rem;
}

p, small {
    font-size: small;
    color: #f1f1f1;
    max-width: 40ch;
    margin: 0 auto;
    text-align: center;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

small {
    font-size: x-small;
}

a {
    color: inherit;
}

video {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}