#billboards{
    height: 150px;
    width: 1200px;
    margin: 0 auto;
    padding-top: 37px;
    padding-bottom: 37px;
}
.head-nav-link{
    display: block;
    text-align: center;
    font-size: 20px;
    color: white;
    text-decoration: none
}
.head-nav-link:hover {
    color: #d3433e;
    text-decoration: none;
}
.act{
    color: red;
}