
/* fonts */

@font-face {
  font-family: fancy1;
  src: url("fonts/HoneyScript-SemiBold.ttf");
}
@font-face {
  font-family: fancy3;
  src: url("fonts/Sweetly Broken Bold.ttf");
}
@font-face {
  font-family: fancy2;
  src: url("fonts/Always Forever Bold.ttf");
}
@font-face {
  font-family: fancy4;
  src: url("fonts/Jennifer Lynne Bold.ttf");
}
@font-face {
  font-family: fancy5;
  src: url("fonts/Ke Aloha.ttf");
}

/* global elements */

body {
  background: #F6F6F6;
  cursor: default;
}
img {
  width: 100%;
  box-shadow: 4px 4px #BEBEBE;
  border: 1px solid #767676;
}

/* specific elements */

#main {
  text-align: center;
} 
#screan {
  width: 800px;
  margin: 0 auto;
  position: relative;
}
#quote {
  font-family: fancy5;
  font-size: 34px;
  font-weight: bold;
  color: #330099;
  position: absolute;
  top: 24px;
  left: 174px;
  width: 160px;
  height: 130px;
  text-align: center;
  /*-ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg); 
  transform: rotate(7deg);*/
}