.hover{
    position: absolute;
    z-index: 10;
    top: 50px;
    width: 1300px;
    height: 250px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(91, 0, 134, 1);
}
