@font-face {
  font-family: "antique";
  src: url("/antique.ttf") format("truetype");
}
body {background-image: url("/img/journal_bg.png"); background-repeat: no-repeat; background-size: cover;} 
/* header */
.header {
 font-family: "antique";
 margin-top: 40px;
 margin-left: 9%;
 margin-right: 150px;
 background-image: url("/img/butterfly_logo.png");
 background-size: 200px 200px;
 background-repeat: no-repeat;
 background-position: center; 
 padding: 5px;
 text-align: center;
 width: 81%;
 height: 200px;
}
a:link {
 color: black;
}
a:visited {
  color: teal;
}  
a:hover {
  color: #d68804;
}
a:active {
  color: teal;
}
/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
  margin-top: 2%;
  font-family: "antique";
}
/* i hate it here */
/* Left  column */
.column.side {
  width: 22%;
  background-color: transparent;
  height: 1000px;
  margin-left: 9%;
  margin-bottom: 10%;
  text-align: center;
  position: relative;
  font-family: "antique";
}
/* LC text*/
.lctext {
 position: absolute;
 left: 37%;
 bottom: 35%;
 font-family: "antique";
}
/* Middle column */
.column.middle {
  width: 58%;
  height: 1000px;
  margin-bottom: 10%;
  background-color: transparent;
  text-align: center;
  position: relative;
  font-family: "antique";
}
/* middle column text */
.mctext {
  position: absolute;
  right: 20%;
  bottom: 60%;
  padding: 10px;
  font-family: "antique";
}
.iframe {
  position: absolute;
  top: 50px;
  right: 115px;
  bottom: 150px;
  left: 60px;
  text-align: center;
  display: block;
  font-family: "antique";
}
/* footer */
.footer {
  text-align: center;
  font-family: "antique";
  padding: 10px;
}