/*
Component represents a landing page root.
Use:
  <main class="top-page">
    <section class="top-section style-dark"></section>
  </main>
*/

.top-page {
	height: 100%;
	overflow: scroll;
}