* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

html, body {
  overflow-x: hidden;
}
body {
    margin: 0;
    background: #000;
    color: white;
    font-family: sans-serif;
}
section {
    scroll-snap-align: start;
}
.panel {
    height: 100vh;
    display: flex;
    _flex-direction: column;
    justify-content: center;
    align-items: center;
    _padding: 4rem;
}
h1 {
    font-size: 4rem;
    margin: 0 0 1rem 0;
    margin:0;
    position: absolute;
}
p {
    font-size: 1.5rem;
    margin:0;
}