header { border-bottom: 1px solid rgb(200, 200, 200); height: 15vh; display: flex; flex-direction: column; align-items: center; justify-content: center; h1 { @include titleFont(); @include titleNormalize(); } h2 { @include titleFont(); @include titleNormalize(); color: rgb(72, 166, 253); margin-top: 0.5vh; cursor: pointer; } }