body {
    padding: 20px;
    background: url(../img/background_cpm.jpeg) no-repeat;
    background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
	font-family: 'Philosopher', sans-serif;
}

#img-logo {
    width: 180px;
    height: 160px;
    margin: 0 auto;
}

p {
    font-size: 36px;
    font-weight: bold;
    color: #FF0000;
    display: flex;
    justify-content: center;
    background: linear-gradient(45deg, #f30303, #290391, #131212);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3),
                 0 0 20px rgba(255, 255, 255, 0.5);
}