.clock{gap:clamp(2rem,6vw,4.5rem)}.clock,.clock-body{display:flex;flex-direction:column;align-items:center;padding:1rem}.clock-body{justify-content:center;width:100%;max-width:685px;margin:0 auto}.clock-body h1{font-size:clamp(2.5rem,8vw,4rem);line-height:1.2;margin-bottom:1.5rem}.clock-body h1,.clock-body p{font-weight:300;text-align:center}.clock-body p{color:#b29458;font-size:clamp(1rem,3vw,1.5rem);line-height:1.5;max-width:80ch}@media screen and (max-width:768px){.clock{gap:2.5rem}.clock-body h1{font-size:2.25rem;margin-bottom:1rem}.clock-body p{font-size:1.1rem}}@media screen and (max-width:480px){.clock-body h1{font-size:2rem}.clock-body p{font-size:1rem;max-width:35ch}}