Typography Basics and Text-Align

Font family

font-family: "DejaVu Sans", sans-serif;

Font size

font-size: 22px

Font weight

font-weight: bold
font-weight: 700 /* (a number between 1 and 1000) */

Font align

text-align: center

Image Height and Width:

img {
  height: auto;
  width: 500px;
}