line-height: 1.5;
font-family: "Poppins", "Roboto", sans-serif;
. sans-serif는 아무런 산세리프 체나 쓰라는 뜻.#0066ff, rgb(0, 102, 255), rgba(0, 102, 255, 1)
text-align: 정렬
text-indent: 들여쓰기. +-n px,
text-transform: none | capitalize(어절의 첫 자가 대문자) | uppercase(모든 문자가 대문자) | lowercase(모든 문자가 소문자)
text-decoration: none, underline, line-through, overline
-- a 태그의 밑줄을 없애는 용도로 많이 쓴다!
font-style: normal, italic, oblique
-- < em > 태그는 기본적으로 italic으로 돼있기 때문에 그걸 돌리는 용도로 쓰곤 한다. 한글 폰트도 적용된다.