

.pec-logo{
    width: 40px;
    height: 40px;
}
.navbar{
    background-color: #ffdc00;
}
table{
    border-collapse: collapse;
    border: 1px solid black;
}
table td, table th{
    border-collapse: collapse;
    border: 1px solid black;
    padding:  10px 0;
    text-align: center;
}
.search-bar{
    padding: 10px 0;
}
table a{
    text-decoration: none;
}
table a:hover{
    color: red;
}
footer{
    position: static;
    bottom: 100;
    text-align: center;
    padding-top: 99%;
}
.nav-bar-name{
    font-weight: bold;
}
span{
    color: red;
    font-weight: bolder;
    font-size: 25px;
}
table th{
    position: sticky;
    top: 0%;
}