@import "https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Ubuntu+Mono&display=swap";body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{color:pink;background-color:#000;font-family:Space Mono,monospace;font-weight:700}.App{text-align:center}button{cursor:pointer;padding-left:15px;padding-right:15px}button:disabled{cursor:auto}.error-msg{color:red}.article_card{cursor:pointer;border:1px solid pink;margin:55px;display:block}.article_card_author,.article_card_created_at,.article_card_topic,.article_card_comment_count,.article_card_votes{font-size:11px}.top-nav-link{margin:5px;padding:5px;text-decoration:none}.article-container{margin:5rem}.article-title{font-size:2em}.article-author-name,.article-created-at{margin-bottom:1.3em;font-size:.7em;font-weight:400}.article-body{margin-bottom:1.3em;font-size:1.1em;font-weight:400}.thumbsup-button,.thumbsdown-button{border:none;margin:.2em;padding:1em}.comment-container{border:.1em solid pink;border-radius:.3rem;margin:5rem;padding:.4em}.comment-body{text-align:justify;background-color:#282828;font-size:.9em;font-weight:400}.comment-author,.comment-created-at{font-size:.7em;font-weight:400}.add-comment-container{margin-bottom:3rem}textarea{background-color:#282828;border-radius:5px;width:40rem;height:5rem;padding:5px;font-size:.9em}.button-post-comment{margin:1em auto;display:block}.login-info{text-align:center;font-family:Ubuntu Mono,monospace}.delete-btn{color:#ff4b3c}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner{border:10px solid #f3f3f3;border-top-color:#383636;border-radius:50%;width:50px;height:50px;animation:1.5s linear infinite spinner}.spinner-container{justify-content:center;align-items:center;height:350px;display:grid}
