.dropdown-menu .dropdown-item:hover{
    background-color: #eee;
}

.dropdown-menu .dropdown-item:focus{
    background-color: #111;
}

.content{
    margin-top: 100px;
    margin-bottom: 50px;
    width: 70%;
}

.content h2{
    font-weight: 500;
}

.content h3{
    font-weight: 400;
}

.content a{
    color: #cf1a1a;
    font-weight: 500;
}

.content a:hover{
    text-decoration: none;
    color: #ff0909;
}

.card{
    margin-right: 10px;
    
}

.card-img-top {
    width: 100%;
    height: 10vw;
    object-fit: cover;
}

.footer{
    text-align: center;
    background-color: #111;
    color: #FFF;
    height: 100px;
    line-height: 100px;
    display: flex;
    justify-content: right;
    padding-left: 600px;
    padding-right: 600px;
}

.footer p{
    margin: 0;
}

.footer a{
    text-decoration: none;
    color: #FFF;
}

.footer a:hover{
    color: #CCC;
}

.footer-item{
    display: inline;
    flex: auto;
}