header{
    text-align: center;
}
.des{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
main{
    text-align: center;
}
    a{ color:rgb(0, 0, 0)} 
    a:hover{ color:rgb(30, 255, 0)}
    a {text-decoration:none;}
.mem{
    font-style: normal;
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    border: solid rgb(211, 13, 230);
    border-width: 3px;
}
.nav{
    font-size: 20px;
    font-style: oblique;
}
.bg{
    background-image: url(/img/bg.jfif);
}
footer{
    text-align: center;
}