#attribution_subcategory {
    font-weight: bold;
}
#attribution_link {
    color: #ff6647;
    text-decoration: none;
}
#border {
    border-bottom: 1px solid #999999;
}
#about_block1 {
    height: 350px;
    margin: 2.5% 0% 5% 0%;
}
#about_block2 {
    height: 350px;
    margin: 5% 0% 2.5% 0%;
}
#top_pic {
    display: block;
    width: 100%;
    height: 95vh;
    object-fit: cover;
    object-position: 0% 100%;
}
.image_text {
    top: 57%;
    transform: translateY(-50%);
}