* {
    box-sizing: border-box;
}

/* html {
	overflow-x:hidden; 
} */

body {
    margin: 0;
    background-color: #F7F9F8;
    text-align: left;
}

button {
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: inherit;
    width: 30vw;
    position: absolute;
  }



ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-style: normal;
}

.scroll-snap-wrapper {
	scroll-snap-type: y mandatory;
    /* scroll-snap-type: y proximity; */
}

.section--snap {
	scroll-snap-align: start;
}

.hidden {
    display: none;
}
