html {
font-size: clamp(9px, 0.521vw, 10px);
}
body {
font-size: 1.6rem;
}
p:last-child {
margin-bottom: 0;
}