p {
    max-width: 100vw;
    margin: auto;
    text-align: center;
}

p img {
    max-width: 50%;
    height: auto;
}

body {
    max-width: 100vw;
    margin: auto;
    text-align: center;
}

video {
    max-width: 50%;
    align-self: center;
    text-align: center;
}

ul {
    display: flex;
    flex-direction: column;
    text-align: left;
    overflow: hidden;
}

ul a {
    font-family: "Inter", system-ui;
    font-weight: 450;
    font-size: 15px;
    letter-spacing: -0.25px;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
