.pager input {
  width: 70px;
}

.screen-content {
    padding-right: 16px;
}

.post-img {
    text-align: center
}
.post-img img {
    width: 96px;
    height: 96px;
    object-fit: scale-down;
}

@media (max-width: 1170px) {
    .main {
        padding-top: 0px;
    }
}

.activity {
    margin-top: 0px;
}

.activity:first-child {
    margin-top: 108px;
}