.footermobfix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #6059f6;
    color: white;
    text-align: center;
    padding: 12px 0;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}

.footermobfix a {
    color: #fff;
    text-decoration: none;
}

.footermobfix a:hover {
    text-decoration: underline;
}