.sx-bg-lines-rotate {
    position: relative;
    width: 100%;
    height: 50px;
    position: relative;
    overflow: hidden;
    background-color: #041e42; /* Sötétkék háttér */
}

.sx-bg-lines-rotate-title {
    position: absolute;
    z-index: 1100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Add your title styles here (e.g., font size, color) */
    color: #333; /* Példa */
    font-size: 2em; /* Példa */
}

.sx-bg-lines-rotate-title h1 {
    margin: 0; /* eltávolítjuk a címsor alapértelmezett margóját */
    color: white;
    font-weight: 300;
    font-size: 28px;
    padding-top: 8px;
    letter-spacing: 1px;
}
.sx-bg-lines-rotate-title h1 a:hover{
    color: white;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
}

#sx-bg-lines-rotate-canvas {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}