body, html{
  height: 100%;
  min-height: 100%;
  background-color: black;
}
.drawingcontainer{

padding-top: 5%;  
padding-left: 8%;
padding-right: 7%;
}


/*redline*/
#boxsmallwhite1{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  width: 70%;
  height: 1px;  
  background-color: white;
  border-radius: 10px;
}


.boxsmall{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  width: 110px;
  height: 30px;  
  border-radius: 5px;
  cursor: pointer;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  letter-spacing: 4px;
  color:white;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
}

.boxsmall:hover{
  box-shadow: inset 1px 0 0 0 white;
  border-radius: 1px;
  color: transparent;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}



img.vertical {
  filter:blur(0px);
}
img.horizontal {
  filter:blur(0px);
}




