*{
box-sizing: border-box;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.new{
    
    padding: 10px 20px;
}
.new h2{
    width: fit-content;
    border-bottom: 4px solid #ffbb00;
    margin: 0 auto;
    font-weight: bold;
}
.new p{
    font-size: 19px;
}
footer h2{
 color: #ffff;
 width: fit-content;
    border-bottom: 4px solid #ffbb00;
}
footer ul{
    list-style-type: none;
    padding-left: 0px;
   display: flex;
   flex-direction: row;
}
footer p{
    color: gray;
    font-size: 19px;
}
.card .card-title{
    font-size: 21px !important;
    font-weight: bold !important;
    color: blue !important;
}
nav a{
    font-weight: bold;
    font-size: 19px;
    color: white;

}