File size: 149 Bytes
251d97b
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
/* Center the title */
h1 {
  text-align: center;
  display: block;
}

/* Center the description below the title */
.prose {
  text-align: center;
}