body {
    background-color: #ac5900;
}

div {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    margin: auto;
}

.background {
    background-image:url(maindrain.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text {
    color: white;
	font-family: "Permanent Marker";
    font-size: 6vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
    margin: 45px;
    text-shadow: 5px 5px #000000;
} 

