html {
	background-color: #000000;
	margin: auto;
	padding: 10px;
	line-height: 1.5;
	font-family: monospace;
	color: #ffffff;
	border-style: inset;
	border-color: #ffffff;
	font-size: 16px;
  max-width: 100%;
}

a {
	color: #ffffff;
}

ol{
	color: #ffffff;
}

img {
    max-width: 100%;
}

::selection{background: #ffffff; color: #000000;}

.no-dot {
  list-style-type: none;
}

.subtitle {
  margin-left: 20px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
}

#cards {
  border: 1px;
  border-style: inset;
  border-color: #ffffff;
  margin: 5px;
}

#cards h3,
#cards p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.card-title {
	font-size: 20px;
}

blockquote {
  border: 1px;
  border-style: dashed;
  border-color: #ffffff;
  padding-left: 25px;
  padding-right: 25px;
}