* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, sans-serif;
    color: #111;
    background: #fff;
    line-height: 1.6;
}

img,
video {
    max-width: 100%;
    border-radius: 14px;
}