html {
  font-size: 62.5%;
}


body{
  margin: 0 auto;
  width:100%;
  text-align: center;
  font-family: sans-serif;
  line-height: 0;
}

.wrap{
	overflow: hidden;
}

.image-vw img { 
	width: 100%; 
	padding:0px;
	vertical-align:bottom; 
}

.btn{
	width: 85%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0.5rem;
	
	
}

.btn:hover{
	opacity: 0.7;
	
}

a {
  color: black;
}

.footer{
	margin-top: 5vw;
	padding: 5vw 3vw;
	background-color: black;
	color: aliceblue;
}

.background{
	background-color:  #000000;
	height: 2.3em;
	
}

.footer h2{
	font-size: 5vw;
	color: aliceblue;
	margin-bottom: 1vw;
}

.footer p{
	font-size: 3.8vw;
	margin-top: 0.5vw;
	line-height: 5vw;
}

.footer a{
	text-decoration: none;
}