html {
  width: 35rem;
  margin: 0 auto;
  padding: 2rem;
  font-size: 1em;
  color: #383b3f;
  font-family: Palatino, "Palatino Linotype", serif;
  word-break: break-word;
  background: #f4f4f9;
}

hr {
  margin: 2rem 1.5rem;
  border: 0;
  border-top: 1px solid #eee;
  text-align: center;
  line-height: 1px;
}

h1, h2, h3, h4, h5, h6 {
  font-style: italic;
  line-height: 1.1;
}

.more {
  font-style: italic;
}

h2 {
  font-weight: 500;
  margin-top: 2rem;
}

h3, h4, h5, h6 {
  font-weight: 500;
  margin-top: 1.5rem;
}

header {background-color:#63adff;
	color: #ffffff;
	font-size: x-large;
	font-style:italic;
	font-weight:bolder;
	padding:10px;
	text-align:center;
}

h1 {
  font-size: 150%;
}

h2 {
  font-size: 117%;
}

h3 {
  font-size: 100%;
}

h4 {
  font-size: 83%;
}

h5 {
  font-size: 67%;
}

a {
  color: #337ab7;
  text-decoration: none;
}

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

video:focus {
  outline: none;
  box-shadow: 0 0 0 4px lightgrey;
}

pre, code {
  border-radius: 4px;
  font-family: Menlo, monospace;
  font-size: 0.9em;
}

pre {
  background-color: #eff0f1;
}

p code, li code {
  background-color: lightgrey;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  border: 1px solid #ccc;
}

blockquote {
  font-style: italic;
}

article img {
  width: 100%;
  border-radius: 8px;
}

article audio {
  width: 100%;
}

article video {
  border-radius: 8px;
  width: 100%;
}

iframe {
  border: 0px;
}

.title {
  font-variant: small-caps;
}

.center {
  text-align: center;
}

.tags, .tag-list {
  font-variant: small-caps;
  font-style: italic;
  font-size: 1.5em;
}

.tags {
  margin-left: auto;
  font-size: 0.9em;
}

.tag-list {
  text-align: center;
}

.tag-list > a {
  display: block;
}

.links {
  font-variant: small-caps;
  margin: 0 -0.25em;
}

.links > a, .links > span {
  margin: 0 0.25em;
}

.links > span {
  margin-right: auto;
}

@media only screen and (max-width: 40rem) {
  html {
    width: calc(100vw - 5rem);
    font-size: 1em;
  }

  .spacer {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  html {
    width: calc(320px - 5rem);
  }
}

img {
	max-width: 100%;
	border:0px solid #ffffff;
	border-radius:10px;
	margin-left:0px;
	margin-right:0px;
	margin-top:1px;
	margin-bottom:1px;
}

footer {
	text-align:center;
}

.btn {
	background-color: #037dd6;
	border: none;
	color: #fff;
	padding: 15px 15px;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	cursor: pointer;
	border-radius:10px;

	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

input[type="number"] {
	width: 55px;
	background: #ffffff;
}

.center {
	text-align: center;
}



.embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}


.keywords {
  color: red;
}








