.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;
}
.func-table{
    margin-top: 3rem;
    margin-left: 8rem;
    margin-right: 15rem;
}
.genename-text,.generegion-text{
    width: 30rem;
    min-height: 7rem;
}
.submit-button-area{
    background: #fff;
    margin-top: 3px;
    padding-top: 2rem;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.submit-button{
    width: 10rem;
    font-size: 1.1rem;
    font-weight: 700;
}
.search-result{
    background: #fff;
    margin-top: 1rem;
    padding-top: 1rem;
    display: none;
    padding-bottom: 1rem;
}
