.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    user-select: none;
    /* Non-prefixed version, currently
                            supported by Chrome and Opera */
}
.novel-title{
    font-size: 1rem;
}


.novel-font
    font-family: 'Zen Old Mincho', serif;
}

.button{
    text-align: center;
}

.relatedTweetCtr{
    text-align: center;
        margin: 0 0 20px 0;
}

#relatedTweet{
    text-align: center;
    display: none;
    margin: 0 0 50px 0;
}

.twitter-tweet.twitter-tweet-rendered{
    margin-left: auto;
    margin-right: auto;
}

#scrollTopBtn{
    height: 50px;
    width: 50px;

    border: none;
    border-radius: 50%;
    outline: none;
}