.effioBanner {
    color: white;
    font-size: x-large;
    font-weight: bold;
    font-family: Arial, sans-serif;
    width: 100%;
    padding-top: 3px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}