/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* Begin */

html {
  background-color: #1c2818;
  overflow: hidden;
}

main {
  width: 100vw;
  height: 100vh;
  background-image: url('background-low.jpg');
  background-position: 50% 70%;
  background-size: cover;
  overflow-x: hidden;
}

div.stamp {
  height: auto;
  display: flex;
  cursor: pointer;
  position: absolute;
}

div.stamp.one{
  width: 10rem;
  right: 1rem;
  top: 1rem;
  transform: rotate(2deg);
  z-index: 4;
}

div.stamp.two {
  width: 15rem;
  top: 1rem;
  right: 10vw;
  transform: rotate(-1deg);
  z-index: 3;
}

div.stamp.three {
  width: 15rem;
  bottom: 1rem;
  right: 1vw;
  transform: rotate(-0.5deg);
  -webkit-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.54);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.54);
  box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.54);
  cursor: pointer;
  z-index: 2;
}

div.stamp a {
  border: none;
  text-decoration: none;
  display: flex;
}

div.stamp a img {
  pointer-events: none;
}

div.stamp img {
  width: 100%;
}

.info {
  max-width: 50vw;
  margin: 1rem;
  font-family: serif;
  color: white;
  font-size: 1.25rem;
  text-shadow:
  -1px -1px 0 #000,
   0   -1px 0 #000,
   1px -1px 0 #000,
   1px  0   0 #000,
   1px  1px 0 #000,
   0    1px 0 #000,
  -1px  1px 0 #000,
  -1px  0   0 #000;
}

.info p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.info p:last-of-type {
  margin-top: 1rem;
}

.info a {
  text-decoration: underline;
  color: inherit;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}

.audio {
  margin-top: 1rem;
}

#currentTime, #length {
  display: inline-block;
}

#play, #pause {
  width: 4rem;
  cursor: pointer;
}

#play img, #pause img {
  width: 100%;
}

.show {
  display: inline-block;
}

.hide {
  display: none;
}

@media screen and (max-width: 650px) {
  
.info {
  max-width: 100%;
  height: 100vh;
  padding-bottom: 5rem;
  overflow: scroll;
  font-size: 1.15rem;
}

div.stamp.one{
  width: 8rem;
  right: 1rem;
  top: inherit;
  bottom: 5rem;
  transform: rotate(2deg);
}

div.stamp.two {
  width: 13rem;
  top: inherit;
  bottom: 4rem;
  right: 6rem;
  transform: rotate(-1deg);
}

div.stamp.three {
  z-index: 5;
  right: 1rem;
}

}

@media screen and (max-width: 400px) {
  
.info {
  font-size: 1rem;
}
  
}
