body, html {
  height: 100%;
  margin: 0;
  color: #fff;
}

.bgimg {
  background-image: url("/img/bg02.webp");
  height: inherit;
  background-position: center;
  background-size: cover
}

.bottom {
	bottom: 5px
}

.bottomleft {
  position: absolute;
  bottom: 20px;
  left: 16px
}

.bottomright {
  position: absolute;
  bottom: 0;
  right: 16px
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center
}

a { 
color: #fff;
}

a:hover { 
color: #f00;
}

@media (max-width: 991px) {
.contact a{
		margin: 15px
	}
.bottomleft {
		font-size: 30px
	}
}