AGENDA_DIGITAL/src/components/Contents/content.css
Christopher Ulloa 535919640a primer commit
2025-01-28 17:16:59 -07:00

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;
}