
	
	


body {
  height: 100vh;
  margin: 0;
}


html {

 background-image: url("../img/records.jpg");
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
width:100%;
    height:100%;
	}
	
img {width: 100%;}	

.wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
}

.content {
  
  margin: auto;
  max-width: 700px;
}