body {
    background: #fdfd96; 
    color: #1a1a1a; 
    font-family: 'Comic Sans MS', 'Arial Black', sans-serif; 
    
    
    
}


header {
    background: #4a148c; 
    border-bottom: 5px solid #1a1a1a; 
    color: #fdfd96;
    padding: 15px 0;
}

.company-name {
    color: #ffcc00; 
    text-transform: uppercase;
    letter-spacing: 2px;
}

.status-type {
    color: #90caf9; 
    font-style: italic;
}

.header-right {
    color: #ffffff;
}

.logo {
    background: #ff5722; 
    color: #1a1a1a;
    border: 3px solid #1a1a1a;
    border-radius: 50%; 
    box-shadow: 4px 4px 0 #1a1a1a; 
}

footer {
    border-top: 5px solid #1a1a1a;
    background: #4a148c;
    color: #ffcc00;
}

footer a {
    color: #c0c0c0; 
    text-decoration: underline;
}


.hero h1 {
    color: #e53935; 
    text-shadow: 3px 3px 0 #1a1a1a; 
    font-size: 3em;
    transform: rotate(-2deg); 
}

.hero p {
    color: #1a1a1a;
    font-weight: bold;
    border-left: 5px solid #e53935;
    padding-left: 10px;
}

.hero-meta {
    border-top: 2px solid #1a1a1a;
    border-bottom: 2px solid #1a1a1a;
    background: #c8e6c9; 
}

.meta-label {
    color: #1a1a1a;
    font-weight: bold;
}

.meta-value {
    color: #4a148c; 
}


.section-title {
    color: #00bcd4; 
    border-bottom: 5px solid #1a1a1a;
    background: #e0f7fa; 
    padding: 10px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 2em;
}

.service {
    background: #ffffff; 
    border: 4px solid #1a1a1a;
    border-radius: 15px; 
    box-shadow: 8px 8px 0 #1a1a1a; 
    margin-bottom: 30px;
    transform: rotate(1deg);
}

.service:hover {
    background: #fff9c4; 
    border: 4px solid #e53935; 
    transition: all 0.1s ease;
    transform: scale(1.02) rotate(1deg);
}

.service-info h3 {
    color: #4a148c;
    border-bottom: 2px solid #1a1a1a;
    padding-bottom: 5px;
}

.stat-row {
    border-bottom: 1px dashed #4a148c;
}

.stat-label {
    color: #e53935;
    font-style: italic;
}

.stat-value {
    color: #1a1a1a;
}

.uptime-percentage {
    color: #00bcd4;
    font-weight: 900; 
    text-shadow: 2px 2px 0 #1a1a1a;
}

.uptime-label {
    color: #4a148c;
}




.badge-operational {
    background: #388e3c;
    color: #fdfd96;
    border: 2px solid #1a1a1a;
}
.dot-up {
    background: #a5d6a7;
    border: 2px solid #1a1a1a;
}


.badge-degraded {
    background: #ffcc00;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
}
.dot-degraded {
    background: #ffeb3b;
    border: 2px solid #1a1a1a;
}


.badge-outage {
    background: #e53935;
    color: #fdfd96;
    border: 2px solid #1a1a1a;
}
.dot-down {
    background: #ef9a9a;
    border: 2px solid #1a1a1a;
}


.chart-container {
    border: 4px solid #1a1a1a;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 5px 5px 0 #1a1a1a;
}