@import "tailwindcss"; @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); * { color: #ebdbb2; font-family: "Inter", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; } br { margin-bottom: 1em; } h1 { font-size: 2em; margin-bottom: .3em; } h2 { font-size: 1.7em; margin-bottom: .3em; margin-top: .6em; } .body { background-color: #1d2021; display: flex; } .article_body { flex: 3; margin-left: 10em; margin-right: 10em; padding: 1em; background-color: #282828; text-align: justify; max-width: 80ch; border-left: 1px solid #7c6f64; border-right: 1px solid #7c6f64; } .article_padding { flex: 1; }