@charset "UTF-8";
/* CSS Document */
h1 {
    font-size: clamp(20px, 5vw, 30px);
}