/**
 * @name nirokay.com stylesheet
 * @author nirokay
 * @source https://github.com/nirokay/src.nirokay.com/
 * @website https://nirokay.com/
 * HTML and CSS is generated using https://github.com/nirokay/websitegenerator/
 * Generated at 2026-03-27 @ 11:22.24
*/

.thesis-question-div {
    border-color: #e8e6e3;
    background-color: #23252c;
    border-radius: 20px;
    border-style: solid;
    border-width: 3px;
    margin: 20px;
    padding: 20px;
}

.thesis-wrong-answer {
    border-color: #F4716E;
}

.thesis-correct-answer {
    border-color: #8BF46E;
}

.true-false-button {
    color: Black;
}

.quote-bullshit {
    font-size: 1.5em;
}

.author-image {
    max-width: 200px;
    max-height: 200px;
}
