* {
    box-sizing: border-box;
    min-width: 0;
    position: relative;
    margin: 0;
    font-family: "Times New Roman", Times, serif;

}

html {
    font-size: 16px;
}

body {
    width: 100%;
    min-height: 100dvh;
    margin: 0;

}

input,
button,
textarea,
select {
    font: inherit;
}

h1,
h2,
h3,
h4 {
    text-wrap: balance;
}

p {
    text-wrap: pretty;
}