.TopstoryTop{
    height: 4rem;
    background: #fff;
    display: flex;
}
.Topstory-name{
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 400;
}
.TopstoryMiddle{
    background: #fff;
    display: flex;
    margin-top: 3px;
}
