p {
    font-family: 'Courier New', Courier, monospace;
    font-size: 25px;
    font-weight: bold;
}

body{
    background-image: url(../fee_background.jpeg);
}

.navigation {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: fixed;
    z-index: 1000;
}

.navigation-item {
    position: relative;
    
    background-color: rgb(13, 116, 82);
    list-style: none;
    width: 25%;
    height: 100px;
    text-align: center;
    justify-content: center;
    line-height: 100px;
}
.navigation-item a{
    text-decoration: none;
}

.container{

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 80px 80px 80px 80px 80px;
    align-self: center;
    width: 900px;
    height: 500px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
   
    padding-top: 100px;
    
}

.title{
    text-align: center;
    font-size: 40px;
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    background-color: rgba(0, 0, 0, 0.701);
}


#item1{
    background-color: blanchedalmond;
    text-align: center;
    font-size: 30px;
    text-decoration: underline;
    height: 80px;  
    margin: 0px;
}

#item2{
    background-color: blanchedalmond;
    text-align: center;
    font-size: 30px;
    text-decoration: underline;
    height: 80px;  
    margin: 0px;
   
}

#item3{
    background-color: blanchedalmond;
    text-align: center;
    font-size: 30px;
    text-decoration: underline;
    height: 80px;  
    margin: 0px;
   
}

#item4{
    background-color: blanchedalmond;
    text-align: center;
    font-size: 30px;
    text-decoration: underline;
    height: 80px;  
    margin: 0px;
}
#item5{
    background-color: blanchedalmond;
    text-align: center;
    font-size: 30px;
    text-decoration: underline;
    height: 80px;  
    margin: 0px;
}
#item6{
    background-color: blanchedalmond;
    text-align: center;
    font-size: 30px;
    text-decoration: underline;
    height: 80px;  
    margin: 0px;
}
#item7{
    background-color: blanchedalmond;
    text-align: center;
    font-size: 30px;
    text-decoration: underline;
    height: 80px;  
    margin: 0px;
}
#item8{
    background-color: blanchedalmond;
    text-align: center;
    font-size: 30px;
    text-decoration: underline;
    height: 80px;  
    margin: 0px;
}



.footer{
    
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    width: 1000px;
    height: 200px;
    background-color: rgba(0, 51, 90, 0.61);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    box-shadow: 2px 5px 5px rgba(7, 56, 93, 0.994);
    color: white;

}
