a {

    text-decoration: none;
}
p {
    margin: 0;
}
.two_by_one {
    aspect-ratio: 2 / 1;
    width: 100%;
    object-fit: cover;
}


.one_by_one {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
}

.three_by_one {
    aspect-ratio: 3 / 1;
    width: 100%;
    object-fit: cover;
}


.theme-green{
    color: #48cf48 !important;
}

.sidebar-thumbnail{
    height: 40px;
    width: 40px;
    object-fit: cover;
}