index.html: ``` Skibidi Toilet

Skibidi Toilet

``` style.css: ``` body { background-color: #f2f2f2; /* Fondo gris */ font-family: 'Lato', sans-serif; text-align: center; } h1 { color: #00698f; /* Texto azul */ font-size: 48px; } ```