body {
    color:maroon;
    background-color: black;
}


/*NAVIGATION STYLING STARTS*/
.nav{
    width: 100%;
    height: 100vh;
    background-color: (0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.nav ul, .nav li, .nav li a, .nav a:link, .nav a:visited {
    font-weight: bolder;
    font-size: 24px;
    color:maroon;
    text-shadow: 2px 2px 2px black;
    text-decoration: none;
    list-style-type: none;
}

.nav #current{
    color:white;
}

.nav a:hover{
    font-weight: bolder;
    font-size: 24px;
    color:red;
}
/*NAVIGATION STYLING ENDS*/

/*BACKGROUND STYLING START*/
.background-block1 ul{
    text-decoration: none;
    list-style-type: none;
    position: absolute;
    top: 10%;
    left:5%;
    z-index: -1;
}

.background-block1 li{
    display: inline;
    padding: 8px;
}

.background-block2 ul{
    text-decoration: none;
    list-style-type: none;
    position: absolute;
    top: 32%;
    left:5%;
    z-index: -1;
}

.background-block2 li{
    display: inline;
    padding: 8px;
}

.background-block3 ul{
    text-decoration: none;
    list-style-type: none;
    position: absolute;
    top: 54%;
    left:5%;
    z-index: -1;
}

.background-block3 li{
    display: inline;
    padding: 8px;
}

.background-block4 ul{
    text-decoration: none;
    list-style-type: none;
    position: absolute;
    top: 76%;
    left:5%;
    z-index: -1;
}

.background-block4 li{
    display: inline;
    padding: 8px;
}
/*BACKGROUND STYLING END*/

