.selling-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    
    background-color: #4251B0;
    color: white;
    
    margin-top: 15rem;
    padding: 2rem 2rem;
}

.selling-title{
    text-align:center;
    border-bottom: 3px white solid;
    padding-bottom: 1rem;
}

.selling-ebook{
    width: 80vw;
    padding: 3rem 0;
}

.redirect-row{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 8rem auto;
}

.redirect-btn{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 80%;
    padding: 2rem 1rem;
    border-radius: 23px;

    font-size: 21px;
    border: 2px solid #C41420;
    background-color: #DE4A54;
    text-decoration: none;
    color: white;
    font-family: 'Black Han Sans';
}

.redirect-text{
    width: 30rem;
    text-align: center;
    color: rgba(128, 128, 128, 0.678);
}