Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing! /* Importación de la fuente Montserrat desde Google Fonts */ @import url(‘https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap’); /* Estilos generales */ body { font-family: ‘Montserrat’, sans-serif; background-color: #000000; /* Fondo general negro */ color: #ffffff; /* Color de texto blanco por defecto */ margin: 0; […]