#logo-lolo {
    width: 246px;
    height: 228px;
}

#logo-facebook {
    width: 30px;
    height: 30px;
    margin: 10px;
}

p {
    font-family: 'Minion Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    width: 50%;
    margin: auto;
}

body {
    background: #D0C3B6;
}

#placeholder {
    top: 22%;
    position: absolute;
    margin: auto;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 500px) {
    #placeholder {
        top: 10%;
    }            
}