body{
	margin: 0;
	padding: 0;
	background-color: #e7e7e7;
}

.wrapper{
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

a{
	text-decoration: none;
}

.wrapper img{
  height: 250px;
  margin-top: -100px;
}

@media only screen and (max-width: 768px) {
  .wrapper img{
    margin-top: 0;
  }
}
