*{

    margin:0;
    padding: 0;
    outline: 0;
    

    

}

.filter
{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: .8;

    /*background: rgb(2,0,36);*/
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(56,164,213,1) 35%, rgba(5,93,177,1) 62%, rgba(53,133,190,1) 74%, rgba(0,212,255,1) 100%);
}
a
{
    color:#fafafa;
    text-decoration: solid;
    
}
table
{
    border-radius: 10px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 300px;
    background: #fafafa;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    
}

.tit h1
{
    text-transform: uppercase;
}
h1{
    padding-top: 100px;
    top: 10%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: medium;
    text-align: center;
}

table .f1
{
    text-align: left;
}