* {
    min-width: 0;
    font: inherit;
}

*, *::after, *::before {
    box-sizing: border-box;
}

img, video, svg {
    display: block;
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #fff;
}

body {
    margin: 0;
    min-height: 100dvh;
}

h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

p {
    text-wrap: pretty;
}