body {
    background-color: #193c6d;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#330884', endColorstr='#5DDBCF');
    //background-image: url(//img.alicdn.com/tps/TB1d.u8MXXXXXXuXFXXXXXXXXXX-1900-790.jpg);
    //background-image: url(/img/degrade.jpg);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #330884), color-stop(100%, #5DDBCF));
    background-image: -webkit-linear-gradient(135deg, #330884, #5DDBCF);
    background-image: -moz-linear-gradient(45deg, #330884, #5DDBCF);
    background-image: -ms-linear-gradient(45deg, #330884 0, #5DDBCF 100%);
    background-image: -o-linear-gradient(45deg, #330884, #5DDBCF);
    background-image: linear-gradient(135deg, #330884, #5DDBCF);
    text-align: center;
    margin: 0px;
    overflow: hidden;
    
}
.continer{
    position:fixed;
    align-items: center;
    width: 100%;
    margin: 0;
}

nav{
    margin-top: 20px;
    position: absolute;
    align-items: left;
    filter: drop-shadow(1px 1px 2px rgb(8, 0, 51));
}

.logo{
    
    margin-top: 200px;
    position: relative;
    /*border-style: solid;
    border-width: 2px;
    border-color: black;*/
    z-index: 100;
    align-items: center;
    width: 100%;
    height: 100px;
    filter: drop-shadow(1px 1px 2px rgb(8, 0, 51));

}

.text{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: cornsilk;
    position: relative;
    margin-top: 80px;
    font-size: 10px;
    font-size: 80%;

}

#clock {
	
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 80px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 2px 2px 6px #050505;
}