html {
    background-image: url("https://produtodigital.net/images/back_a1.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
body {
    width: auto;
    height: 100%;
    margin: 0;
}
body p, .content {
	text-align: left;
}
.content {
    width: auto;
    height: 100vh;
    overflow: hidden;
}
.text-pddns p, a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-left: 15px;
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
}
.text-pddns {
    padding: 5% 0 0 10%;
} 