body {
  font: 200 16px "Helvetica Neue", Helvetica, Arial;
  line-height: 2rem;
  background: azure;
}

h1 {
  font-weight: 300;
  font-size: 20px;
}

a {
  color: #036dff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
nav a {
  background: aliceblue;
  padding: 5px;
  border-radius: 5px;
}
.footer{
  text-align: center;
}
#d {
  max-width: 200px;
  overflow: hidden;
  background: #eee;
}
.inputbar {
  text-align: center;
  padding: 10px 0;
}
.canvas-container canvas { 
    max-width: 500px; 
}
#frame {
    max-width: 500px;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    margin-right: 5px;
    display: block;
    overflow: hidden;
}
#frame img{
width: 100%; 
height: auto;
z-index: 1;
position: absolute;
}
.upper-canvas{
    z-index: 1;
}
.sitemain {
	display: block;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
}
.site{
    box-sizing: border-box;
}
.embedframe {
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
    height: auto;
}
.archive {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px;
}
.col {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  transition: box-shadow .25s;
  width: 31.333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.archive img {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 530px){
.col {
    
  width: 46.333%;
  }
}
.posttitle {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
}