html {
scroll-snap-type: y mandatory;
scroll-behavior: smooth;
}
footer a {
color: #fff;
}
footer a:hover {
color: #aaa;
}
y-slide-container {
height: 100vh;
box-sizing: border-box;
scroll-snap-align: start;
}