body {
  background-color: #8ce687;
  background-image: url( '/img/exitguy.svg' );
  background-repeat: no-repeat;
  background-position: center 7cqw;
  background-size: 80cqw;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4cqw;
  color: 000000;
  margin: 0px;
}

#body {
 padding: 1cqw;
}

h1 {
  font-size: 5cqw;
  font-weight: bold;
  text-shadow: 2px 2px green;
  margin-bottom: 1qcw;
}

h2 {
  font-size: 3cqw;
  font-weight: bold;
  text-shadow: 1px 1px green;
  margin-bottom: 0.1em;
  margin-top: 0em;
}

.blogimg {
  max-width: 60%;
}

#header{
  background: rgb(20,26,26);
  background: rgba(300,300,300,.4);
  box-shadow: inset 0 0 15px rgba(135, 135, 135, .1), 0 0 18px 3px rgba(0, 0, 0, .3);
}

#intro {
  position: relative;
  padding-left: 2cqw;
  top: -2cqw;
}

#latestvideo {
  float: right;
}

#blogintro {
  position: relative;
  margin-bottom: 2cqw;
}

#blogpost {
  margin-top: 2cqw;
}

.box {
  border: 1px solid #393939;
  border-radius: 4px 4px 4px 4px;
  background: rgb(20,26,26); 
  background: rgba(400,400,400,.4);
  backdrop-filter: blur(3px);
  box-shadow: inset 0 0 15px rgba(135, 135, 135, .1), 0 0 18px 3px rgba(0, 0, 0, .3);
  padding-left: 1cqw;
  padding-right: 1cqw;
  padding-top: 1cqh;
  padding-bottom: 1cqh;
}

#footer {
  margin: 2cqw;
  width: 96cqw%;
  float: left;
}
