

.kf-f_header .kf-navbar {
    position: fixed;
    min-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    background: linear-gradient(90deg, #ad000c, #dd0010, #1ece35, #00ad2b);
    color: #17191D;
    height: 100px;
}
.kf-navbar {
    border-top: 10px solid #17191D;
    border-bottom: 10px solid #17191D;
    text-align: center;
    padding: 30px;
    font-size: 65px;
    line-height: 87px;
    background: linear-gradient(90deg, #ad000c, #dd0010, #d1d1d1, #1ece35, #00ad2b);
    color: #17191D;    
}
.kf-navbar a:hover {
    color: #17191d;
}
.kf-navbar a{
    font-family: sans-serif;
    font-weight: 600;
    color: #c70000;
}
    
.info {
	font-size: 42px;
	font-family: Arial Black, Gadget, sans-serif;
	background-image: -webkit-linear-gradient(left, #f00, #ff2b00, #f50, #ff8000, #fa0, #ffd500, #ff0, #d4ff00, #af0, #80ff00, #5f0, #2bff00, #0f0, #00ff2a, #0f5, #00ff80, #0fa, #00ffd5, #0ff, #00d5ff, #0af, #0080ff, #05f, #002aff, #00f, #2b00ff, #50f, #8000ff, #a0f, #d400ff, #f0f, #ff00d4, #f0a, #ff0080, #f05, #ff002b, #f00);
	-webkit-animation: animatedBackground_a 5s linear infinite alternate;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #0000;
	background-clip: text; 
    
}

@keyframes animatedBackground_a {
	0% { background-position: 0 0 }
	100% { background-position: -500px 0 }
}
}
.info h1 {
    text-align: center;
    font-weight: 700;
    font-size: 74px;
    font-family: sans-serif;
    color: #17191D;
    border-bottom: 10px solid #17191D;
    }
.info h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 650;
    font-family: sans-serif;
    color: #17191D;
    border-bottom: 10px solid #17191D;
    }
.info p {
    text-align: center;
    font-size: 35px;
    font-family: sans-serif;
    color: #17191D;
    
    }
.fxmas {
    text-align: center;
}

.foot {
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #ad000c, #dd0010, #d1d1d1, #1ece35, #00ad2b);
    color: #c70000;
    
}
.foot a{
    font-family: sans-serif;
    font-weight: 600;
    color: #c70000;
} 
.foot a:hover {
    color: black;
}

