@font-face{

    font-family:montserrat;

    src:url(Fonts/Montserrat-Medium.ttf); 

}



nav ul{

    list-style: none;

    padding:5px;

    margin:10px 5px; 

    display: flex;

    border-radius: 5px;

    justify-content: space-around;

    background-color:rgba(10, 10,10, 0.1);

    

}



nav li{

    border: 1px grey solid;

    border-style:outset;

    border-radius:3px;

    display: inline;

    padding:2px 20px;

    margin:5px;

    background-color:rgba(10,10,10,0.1);

}



nav li:hover{

    color:#CDC76B;

    background-color: #2960c3;

    text-decoration:none;

}



body{


    background-image:url("https://upload.wikimedia.org/wikipedia/commons/2/2c/Wikidata_logo_under_construction_sign_wallpaper.svg");
    background-position: 6rem 13rem;
    background-repeat: no-repeat;
    background-size:auto;
    background-color:black;
    position:relative;
    text-align:center;

}



h1{

    font-family:montserrat;

}



h3{

    font-style:italic;

}



header{

    width:100%;

    background-color:rgba(250,250,250,0.7);

    position:absolute;

    top:0;

    left:0;

}