body {
    overflow-y: auto; /* Enable vertical scrolling */
}

h1 {
	font-size:80px;
}

h2 {
    font-family: 'Impact', sans-serif;
    /*color: yellow;*/
    font-size: 72px; /* Adjust the size as needed, slightly smaller than h1 */
    margin: 1vh 0; /* Adjust spacing as needed */
	font-weight:normal;
}

.flavor {
	font-size:40px;
}

.product h3 {
    align-items: center;
    width: 100%;
    font-size:50px;
    box-sizing: border-box;
    padding: 0 2vw; /* Optional: Add some breathing room */
    position: relative;
}

.product h3 .price {
    font-size: 32px;
    white-space: nowrap;
    position: absolute;
}