            body{
                background-color:black;
                background-image:url(../Images/backCsp.webp);
                background-repeat:no-repeat;
                background-size:cover;
                font-family:'Goldman', sans-serif;
            }
            ul{
                padding-top:40px;
            }
            li, a{
                color:black;
                background-color:white;
                display:inline-block;
            }
            a:hover{
                color:#800020;
            }
            li{
                width:180px;
                height:180px;
                padding-top:25px;
            }
            h1{
                text-align:center;
                font-family:'Goldman', sans-serif;
                color:black;
                background-color:white;
            }
            .file{
                height:120px;
                width:110px;
            }
            #me{
                height:50px;
            }