@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;800&display=swap);body{margin:0}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;justify-content:center;align-items:center;color:#2c3e50}#app,.home{display:flex;margin:0 auto}.home{width:380px;flex-direction:column}.home h1{margin-top:1em}#nav{padding:30px}#nav a{font-weight:700;color:#2c3e50}#nav a.router-link-exact-active{color:#42b983}header{padding:5em 0}hr{background-color:#e5e5e5;height:1px;border:0}h1,h2,h3{font-family:Montserrat,sans-serif}h1{font-size:3em}h2{font-size:1.5em;line-height:1.5em;font-weight:300}a{color:#1abc9c;transition:-webkit-text-decoration 1s ease;transition:text-decoration 1s ease;transition:text-decoration 1s ease,-webkit-text-decoration 1s ease;-webkit-text-decoration:underline solid transparent;text-decoration:underline solid transparent}a:hover{-webkit-text-decoration:underline solid currentColor;text-decoration:underline solid currentColor}