main {
padding: 2rem;
}
ul.enlaces {
list-style: none;
padding: 0;
}
ul.enlaces li {
margin-bottom: 1rem;
}
ul.enlaces a {
color: var(--verde);
font-weight: bold;
text-decoration: none;
}
ul.enlaces a:hover {
text-decoration: underline;
}
.enlace-boton {
display: inline-block;
margin-top: 1rem;
padding: 0.5rem 1rem;
background-color: white;
color: var(--verde);
border: 1px solid var(--verde);
border-radius: 5px;
text-decoration: none;
font-weight: bold;
}
.enlace-boton:hover {
background-color: #ddd;
}