.center{
    text-align: center;
}
.title{
    font-size: 40px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-image:-webkit-linear-gradient(bottom,red,#fd8403,yellow);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.nav{
    font-size: 20px;
    font-style: oblique;
}
a {text-decoration:none;}
main{
    background-image: url(../img/bg.jfif);
}
footer{
    background-image: url(../img/bg.jfif);
}
.timer{
    font-size: large;
}
.icon{
	display:flex;
}