@use "reset"; body { font-size: 22px; font-family: sans-serif; } h1 { font-size: 3em; font-weight: bold; margin-bottom: 1rem; font-family: serif; } h2 { font-size: 2em; font-weight: bold; margin-bottom: 1rem; } h3 { font-size: 1.5em; } h4 { font-size: 1.25em; } p { line-height: 1.15em; } header { height: 100vh; box-sizing: border-box; padding: 2.5% 5%; color: white; background-image: url("/home.jpg"); background-size: cover; background-position: center; } .tags { display: flex; gap: 1rem; font-size: 1.75rem; } article { min-height: 100vh; position: relative; } .content { position: absolute; display: flex; flex-direction: column; left: 50%; top: 50%; transform: translate(-50%, -50%); gap: 1rem; background: black; color: white; max-width: 800px; margin: auto; padding: 2rem; &__header { text-align: center; margin-bottom: 2rem; &:last-child { margin-bottom: 0; } } } .bg img { height: 100%; }