.first.home{height:100vh;margin-bottom:5vh}.first.home h1{margin-bottom:2.5%}.first.home h2{margin-bottom:8%}.first.home .intro-container{width:100%;justify-items:center}.first.home p{padding-left:20%;padding-right:20%}.button-area{margin-top:4%;display:flex;justify-content:center}.first.home .home-button{color:(var(--foreground));text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:128px;height:48px;padding:0 20px;border:1px solid transparent;background:var(--foreground);color:var(--background);transition:background .2s,color .2s,border-color .2s;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:20px;font-weight:500}.first.home .home-button:hover{background:var(--accent-color);color:var(--foreground);border-color:var(--accent-color)}@media (max-width:650px){.first.home{height:90vh;margin-bottom:10vh}}