10 lines
124 B
CSS
10 lines
124 B
CSS
body {
|
|
background-color: #f8f9fa; /* gris claro */
|
|
}
|
|
.card {
|
|
border-radius: 1rem;
|
|
}
|
|
#enunciado {
|
|
font-weight: 500;
|
|
}
|
|
|