*, *::before, *::after {
    box-sizing: border-box;
} 

body {
    margin: 0;
    min-height: 100dvh;
}

h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

p {
    text-wrap: pretty;
}
