15 lines
137 B
Text
15 lines
137 B
Text
.font-bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.text-slate-900 {
|
|
color: #020617;
|
|
}
|
|
|
|
.text-5xl {
|
|
text-size: 3rem;
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
}
|