*{
  margin: auto;
  padding: 0;
}

.villagebody{
  width: 100%;
  height: 3000px;

}

.titlebar{
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 35px;
  text-align: center;
}

.villageauburn{
    width: 1400px;
    height: 900px;

    border: 1px solid black;
    background-repeat: no-repeat;
    background-size: contain;
}

.villagespacer{
  width: 100%;
  height: 100px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
}

.villageauburnoverlay{
  width: 1400px;
  height: 900px;

  border: 1px solid black;
  background-repeat: no-repeat;
  background-size: contain;
}
