@charset "UTF-8";
/* CSS Document */
body {}

html {
  background: url(bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
header {
  text-align: center;
}
article {
  width: 80%;
  background-color: beige;
  margin: auto;
  column-count: 3;
  padding: 20px;
}
h1 {
  font-size: 50px;
  font-family:"Luckiest Guy", cursive;
  paddding: 0px;
  margin: 0px;
}
h2 {
  font-size: 45px;
  font-family: "Delicious Handrawn", cursive;
  paddding: 0px;
  margin: 0px;
}
h3{
	font-family:impact;
	font-size:25px;
}
img {
  width: 25%;
  height: auto;
}
.gal {
  width: 80%;
  background-color: beige;
  margin: auto;
  padding: 20px;
	text-align:center;
}
.w {
  width: 150px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px;
}
.tl .tc .tr .cc .cl .cr .bl .bc .br {
  width: 30%;
	text-align:center;
}