24 lines
354 B
CSS
24 lines
354 B
CSS
* {
|
|
font-family: Roboto, 'Helvetica Neue', sans-serif;
|
|
}
|
|
|
|
.content-container {
|
|
text-align: center;
|
|
padding-top: 4rem;
|
|
}
|
|
|
|
|
|
.content-title {
|
|
font-size: 3rem;
|
|
margin-bottom: 0.8rem;
|
|
font-weight: 700;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.content-text {
|
|
font-size: 1.3rem;
|
|
margin-bottom: 2rem;
|
|
font-weight: 600;
|
|
color: #424242;
|
|
}
|