/*
 * Post Specific CSS Stylesheet
 * Post ID: 12141
 * Slug: digital-crisis-management-whats-your-plan
 * Version: 1.0.0
 * This stylesheet is linked by the Post-Specific CSS Manager plugin – see admin settings for details
 */

/* Default test style to verify loading. Remove when ready. */


.blue-death {
  font-size: clamp(1.3rem, 1.1727rem + 0.5818vw, 1.5rem);
     font-family: var(--wp--preset--font-family--cocogoose-pro);

color: var(--wp--preset--color--base) ;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
  background-image: url(http://timbaggaley.co.uk/wp-content/uploads/2024/01/skull-keyboard.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: inset 0px 0px 15px rgba(0,0,0,0.5);
  background-color: #0000A9;
  padding: 2rem !important;
overflow: auto;}