body{
    background-color: #161616 !important;
    color: #ffffff !important;
}
hr{
    background-color: red !important;
    height: 10% !important;
}
img{
    object-fit: cover !important;
    width: 52% !important;
    border-radius: 11%;
}
a{
    color: #ffffff !important;
}
.list-group-item{
    background-color: #161616 !important;
    color: #ffffff !important;
    font-size: medium !important;
}
#svg-cont-right{
    text-align: right !important;
    padding-right: 7%;
}
#svg-cont{
    padding-left: 7%;
}
#svg-logo-md{
    width: 7%;
}
#svg-logo-sm{
    width: 20%;
}