File size: 209 Bytes
059842e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.head {
  text-align: center;
  display: block;
  font-size: var(--text-xl);
}

.title {
  font-size: var(--text-xxl);
  font-weight: bold;
  margin-top: 2rem;
}

.description {
  font-size: var(--text-lg);
}