* {
box-sizing: border-box;
scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Antarctica", sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
    hyphens: auto;
    font-size: 16px;
    line-height: 1.2 ;
}

h1 {
   font-size: clamp(1.375rem, 0.75rem + 2vw, 1.875rem);
    padding-bottom: 24px
}
p {
    font-size: 15px;
    padding-bottom: 13px;
}

