body {
	background-color: #121212;
	margin: 0;
	padding: 0;
}

.bg-image {
    background-image: url('dlmant.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  

.centered-content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

h1 {
	font-family: 'Secular One', sans-serif;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
}
