*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
 *height: 100%;
}

body {
  /*line-height: 1.5;*/
  -webkit-font-smoothing: antialiased;
	color: #fdfbfb;
}

body h1 {
	color: #F73859;
}

body p {
	color: #fdfbfb;
	font-size: 23px;
	padding: 12px;
	margin-top: 6px;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

@charset "UTF-8";
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.4;
  max-width: 850px;
  margin: 20px auto;
  padding: 0 10px;
  color: #dbdbdb;
  text-rendering: optimizeLegibility;
  background: #0c0c0c;
}

button, input, textarea {
  transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear, box-shadow 0.1s linear, transform 0.1s ease;
}

h1 {
  font-size: 2.4em;
  margin-top: 0;
  padding: 12px;
}

h2 {
	font-size: 1.9em;
	padding: 12px;
	margin-top: 8px;
}

h3 {
	font-size: 1.6em;
	padding: 12px;
	margin-top: 8px;
} 

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
  font-weight: 600;
}

blockquote {
  border-left: 4px solid #0096bfab;
  margin: 1.5em 0em;
  padding: 0.5em 1em;
  font-style: italic;
}

blockquote > footer {
  margin-top: 10px;
  font-style: normal;
}

blockquote cite {
  font-style: normal;
}

address {
  font-style: normal;
}

a[href^='mailto']::before {
  content: '📧 ';
}

a[href^='tel']::before {
  content: '📞 ';
}

a[href^='sms']::before {
  content: '💬 ';
}

button,
input[type='submit'],
input[type='button'],
input[type='checkbox'] {
  cursor: pointer;
}

input:not([type='checkbox']):not([type='radio']),
select {
  display: block;
}

input, select, button, textarea {
  color: #ffffff;
  background-color: #161f27;
  font-family: inherit;
  font-size: inherit;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 10px;
  border: none;
  border-radius: 6px;
  outline: none;
}

input:not([type='checkbox']):not([type='radio']),
select, button, textarea {
  -webkit-appearance: none;
}

textarea {
  margin-right: 0;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}

button, input[type='submit'], input[type='button'] {
  padding-right: 30px;
  padding-left: 30px;
}

button:hover,
input[type='submit']:hover,
input[type='button']:hover {
  background: #324759;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  box-shadow: 0 0 0 2px #0096bfab;
}

input[type='checkbox']:active,
input[type='radio']:active,
input[type='submit']:active,
input[type='button']:active,
button:active {
  transform: translateY(2px);
}

input:disabled,
select:disabled,
button:disabled,
textarea:disabled {
  cursor: not-allowed;
  opacity: .5;
}

::-webkit-input-placeholder {
  color: #a9a9a9;
}

:-ms-input-placeholder {
  color: #a9a9a9;
}

::-ms-input-placeholder {
  color: #a9a9a9;
}

::placeholder {
  color: #a9a9a9;
}

a {
  text-decoration: none;
  color: #41adff;
}

a:hover {
  text-decoration: underline;
  color: #F73859;
}

code, kbd {
  background: #161f27;
  color: #ffbe85;
  padding: 5px;
  border-radius: 6px;
}

pre > code {
  padding: 10px;
  display: block;
  overflow-x: auto;
}

img {
  max-width: 100%;
}

hr {
  border: none;
  border-top: 1px solid #dbdbdb;
}

table {
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
}

td, th {
  padding: 6px;
  text-align: left;
}

th {
  border-bottom: 1px solid #dbdbdb;
}

tbody tr:nth-child(even) {
  background-color: #161f27;
}

::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #161f27;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: #324759;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #415c73;
}

/*# sourceMappingURL=dark.css.map */

code {
	border: 1px solid #F73859;
	margin-top: 14px;
}

p {
	color: red;
}

.language-rs {
	font-size: 20px;
}

.language-rust {
	font-size: 20px;
}

.language-bash {
	margin-top: 8px;
	font-size: 19px;
}

.language-sql {
	font-size: 19px;
}

.language-toml {
	font-size: 18px;
}

.language-md {
	font-size: 18px;
}

.language-html {
	font-size: 18px;
}

.language-css {
	font-size: 18px;
}

.language-template {
	font-size: 18px;
}
.language-ts {
	font-size: 18px;
}
.language-js {
	font-size: 18px;
}
.language-json {
	font-size: 18px;
}
.language-CSS{
	font-size: 16px;
}
.language-elixir{
	font-size: 19px;
}

blockquote {
	padding: 0;
}

.blog_links {
	padding: 40px;
	font-size: 1.4em;
	background: #171B27;
}

.blog_links ul li{
	margin-top: 9px;
	list-style-type: none;
	border-bottom: 1px solid white;
	padding: 10px;
}

.blog_links ul li a{

}

ul li {
	font-size: 23px;
}

.footer {
	border-top: 1px solid white;
	width: 100%;
	height: 190px;
	text-align: center;
}
.footer .footer-donate {
	background:#F73859;
	border-left: 9px solid white;
	border-right: 9px solid white;
	margin-top: 24px;
}
nav {
	border-bottom: 1px solid #eee;
}

nav ul {
	list-style:none;
	text-align: center;
}

nav ul li {
	display: inline-block;
	font-size: 1.0em;
}

nav ul li a{
	margin: 30px;
	font-weight: 700;
	padding: 7px 25px;
	display: block;
	font-size: 1.4em;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
	transition: all .2s;
}
nav ul li a:hover {
	color: #F73859;
}

.four-msg {
	padding: 100px;
	text-align: center;
}

.logo {
	height: 106px;
}

.footer {
	display: inline-block; 
}

.rss-footer {
	display: flex;
	flex-direction: column;
	text-align: left;
	width: 100%;
	height: 42px;
}
.rss-footer > p {
	flex: initial;
	white-space: normal;
	display: inline-block;
	font-size: 1.1em;
}
