.title {
    color: #141746;
    }

html { 
    background-image: url(backgrounds/bgsnow.jpg);
    background-color: #fea9df;
    font-family: MS Gothic;
    }
 
body 



.header{
        text-align: center;
        padding:10px;
        font-size: large;
        color:#141746
        }
    
.topnav{
        text-align:center;
        padding-bottom: 15px;
        }

.topnav a{ 
        color: #f2f2f2;
        text-align: center;
        padding: 15px 15px;
        text-decoration: none;
        font-size: 17px;
        font-weight:bold;
        }  

.topnav a:hover{
        color:aqua
        }

.topnav a.active{
        color:blue
        }

.footer {
    text-align: center;
    align-content: center;
    padding: 5px;
    color: #141746;
    padding-bottom: 15px;
                }