<style>
.custom-landing-module {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 16px;
}
.contributorsContainer {
    display: flex;
    align-items: center;
    width: 100%;
}
.image-block img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 15px;
}
.text-block {
    flex-grow: 1;
}

.DarkMode{
  color:white;
}

.HeaderName{
  font-size:18px;
}

</style>