.widget {
    background: #2C2F33;
    color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 5px 0 5px 0;
    width: 99%;
    box-shadow: 0px 4px 15px rgba(0, 255, 255, 0.2);
    font-family: Arial, sans-serif;
    transition: box-shadow 0.3s ease-in-out;
}

.widget-header {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #00FFFF;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.widget-body p {
    margin: 8px 0;
}

.widget-header h1 > a, .widget-header h2 > a, .widget-header h3 > a, .widget-header h4 > a, .widget-header h5 > a {
    color: #ffffff;
}
.widget-body a, .widget-body p > a {
    color: #FFFFFF;
}
