body {
    background-image:url(DankDoor.png);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	
}   
.button {
	transition: .5s ease;
	left: calc(50% - 64px);
	position:absolute;
    color: red;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
	border-radius: 100px;
	background:url("buttonbg1.png")no-repeat center center;
	background-size: cover;
	border-color: #000000;
}
.button1 {
top: 60%;
}
.button2 {
top: 50%;
}
.button3 { 
top: calc(50% + 49px);
}
.button4 {
top: calc(50% + 98px);
}
.button5 {
top: calc(50% - 49px);
}
img{
display: block;
    margin: auto;
    width: 50%;
	padding-top: 10%

}
}