:root{--page-title-display:none;}/* Start custom CSS */body * {
        display: none !important;
    }

    body::before {
        content: "Sitio Web en construccción ⚙️ \AGalapagos Capital Investment!";
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        font-size: 22px;
        text-align: center;
			white-space: pre-line;
    }/* End custom CSS */