body{
    background-color: #6754F7;
}
.logo{
    border-radius: 10px;
    width: 300px;
    height: 100px;
} 
.navbar{
    background-color: #756CB8;    
}
.navbar-nav{
    align-items: center;
}
.nav-link{
    color: #F7E254;
}
.nav-link:hover{
    color: #fff;
}
.bi-list{
    font-size: 35px;
    color: #F7E254;
}
.main-img{
    width: 90%;
    height: 90%;
}
.main-img:hover{
    filter:grayscale(100%);
}
.menu-links{
    text-decoration: none;
    color: #F7E254;
}
.footer-style{
    color: #F7E254;
    background-color: #756CB8;
}
.table-headings th{
     background-color: #A39C6D;
     color: #F7E254;
}
.info-panel{
    background-color: #F7E254;
    color: #4D4A3C;       
}
.title{
    color: #F7E254;
}
.card-style{
    background-color: #6754F7;
    color: #F7E254;
}
.error-page{
    color: #F7E254;
}
.hiddenTag{
    position:absolute !important;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    white-space: nowrap;
}
.Yellowtext{
    color:yellow;
    font-weight: bold;
}