body {
    background-color: #fff;
    margin: 0;

}

a {
text-decoration: none;
color: #000077;
}

.start
{

  font-family: "Nanum Pen Script", cursive;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  margin-top: 5%;
  margin-left: 35%;
  width:50%;
  padding-bottom: 10%;
  font-size: 35px;
  color: #333;
  line-height: 25px;
  z-index: 1;
}

.home {
postion: fixed;
margin-left: 10%;
margin-top: 25%;
z-index: 2;
}

.bgimage
{
position: fixed;
top: 0;
width:100%;
height: 100hv;
margin: 0;
z-index: -1;

}