.title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
    text-align: center;
    font-weight: 700;
    user-select: none;
}


a {
    text-decoration: none !important;
    color: darkblue;
}

    table a:hover {
        text-decoration: underline !important;
        
    }