html {
    scroll-behavior: smooth;
}
.logo {
    width: 48px;
    height: 48px;
    display: block;
}
.one-section {
    width: 100%;
}
.section-header {
    padding: clamp(20px, 5dvh, 80px) 0 min(40px, 5%) 0;
}
