::-webkit-scrollbar {
    display: none;
}
.top{
    background-color: #8c1b1f;
}

.top a{
    color: white !important;
}

.fa{
    color: white;
}

.contain1 img{
    width: 100%;
    height: 40vw;
    object-fit: cover;
}

.contain2 img{
    width: 100%;
    height: 20vw;
    object-fit: cover;
}

.card{
    margin: 0 auto; /* Added */
    float: none; /* Added */
    border: none;
    color: white;
}

.contain3{
    background-color: #aa5558;
}

.border-bottom{
    border-bottom-width: 5px !important;
    border-bottom-color: #8c1b1f !important;
}

.profile{
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
}

.content {
    flex: 1 0 auto;
}

.footer{
    background-color: #8c1b1f;
}

@media only screen and (max-width: 600px) {
    .social{
        width: 2em;
        height: 2em;
    }
}
