/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
body {
  height:100%;
  background:#FAF9F0;
  font-family: "Klee One", cursive; 
  font-size:15px; 
  color: #1A1423;
  letter-spacing:0.5px;}
#header {
  position:absolute; 
  top:0px; left:0px; 
  width:100%; 
  background-color:#3d423d;
  line-height:80px;
  text-align:center;
  font-family: "Comforter", cursive;
  font-size:60px;
  color:#ffffff; 
  letter-spacing:3px;}
#linkity{
  position:relative; 
  top:-30px}
#box1{
  margin:0 auto; 
  margin-top:142px; 
  width:800px;
  padding:26px;
  background-color:#A80874;
  font-size:16px;
  line-height:22px;
  height:100%;}
#box2{
  position:relative;
  margin-bottom:16px;
  width:556px;}
#box3{
  position:relative;
  float:right;
  width:200px;}
#foot{
  clear:both;
  text-align:center;
  font-size:11px;}
#h1{
  display:block;
  border-right: 10px solid #d45558;
  font-family:'Source Sans Pro';
  font-size:18px;
  line-height:22px;
  font-weight:normal;
  background-color:#A80874;
  letter-spacing:1px;
  padding:6px;
  color:#fff}
a{
  text-decoration:none;
  color:#cc564c;}
a:hover{
  background-color:#D7816A;
  color:#A80874;}
a.linkit{
  display:inline-block;
  width:100px;
  font-size:16px;
  color:#D7816A;
  text-transform:uppercase;
  line-height:16px;
  letter-spacing:2px;
  padding:10px;
  border:2px #D7816A solid;}
a.linkit:hover, a.longan:active{
  background-color:#D7816A;
  color:#D7816A;
  border-color:#D7816A;
  -o-transition:0.3s;
  -ms-transition:0.3s;
  -moz-transition:0.3s;
  -webkit-transition:0.3s;
  transition:0.3s;}
textarea{
  width:100%}
  
  .comforter-regular {
  font-family: "Comforter", cursive;
  font-weight: 400;
  font-style: normal;
  
.klee-one-regular {
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
}
#1A1423 - raisin black
#A80874 - red violet
#D7816A - orange
#F0CF65 - yellow
#FAF9F0 - off white