.more_button{
    width: 100%;
    height: 44px;
    border-radius: 8px;
    background-color: #c00000;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    transition: 100ms ease-in-out;
    cursor: pointer;
}
