.order-button {
	text-align: center;
}

@media only screen and (min-width: 1440px) {
  html, body {
    min-height: 100%; 
    height: auto;
}

body {
  position: relative !important;
}

@media only screen and (min-width: 1440px) {
body:after {
		content: '';
    background-image: url(https://pizzadawgz.co.uk/images/pizza-dawgz-brand-mark-dark.png);
    width: 1500px;
    height: 1500px;
    background-size: 100%;
    position: absolute !important;
    left: -25%;
  	bottom: 0;
    background-repeat: no-repeat!important;
  	z-index: 0 !important;
  }
}