/******************************************
/* CSS
/*******************************************/

/* Box Model Hack */
*{
  box-sizing: border-box;
}

body{
  background-image: url(../img/samurai.gif);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  color: white;
  display: flex;
  justify-content: space-between;
}
.emptyLeft{
  width: 30%;
  height: 500px;
}
.fullRight{
  padding: 0px, 0px, 0px;
  width: 30%;
  height: 500px;
}

#putSomething{
  width:350px;
}

.content{
  width:100%;
  padding-top:50px;
}
.lineThru{text-decoration: line-through;}






/******************************************
/* LAYOUT
/*******************************************/



/******************************************
/* ADDITIONAL STYLES

/*******************************************/
