* {
    margin:  0;
    padding:  0;
}

html {
    font-size: 62.5%;
}

.container {
    background-color: #EDE9E1;
    padding: 3.0rem;
}

.logo-container {
    text-align: center;
    margin: 3.0rem 0 6.0rem 0;
}

.logo-container img {
    max-width: 40.5rem;
    width: 100%;
}

.page-container {
    background-color: #53565A;
    border-radius: 1.0rem;
    margin: 3.0rem 0;
    padding: 6.0rem 3.0rem 3.0rem 3.0rem;
}

.details h1 {
    font-family: 'M PLUS 2', Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 32px;
    margin-bottom: 3.0rem;
    color: #ffffff;
}

.details  h2 {
    font-family: 'M PLUS 2', Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 24px;
    margin-bottom: 3.0rem;
    color: #ffffff;
}

.details  h3 {
    font-family: 'M PLUS 2', Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 24px;
    margin-bottom: 3.0rem;
    color: #ffffff;
    padding: 3.0rem 0;
}

.details  p {
    font-family: 'M PLUS 2', Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 16px;
    margin-bottom: 3.0rem;
    color: #ffffff;
}

.details  a {
    color: #ffffff;
    text-decoration: none;
}

.details  a:hover {
    text-decoration: underline;
}

.social {
    padding-top: 50px;
}

.juicer-feed h1.referral,
li.feed-item.juicer.image-post.juicer-about {
    display: none !important;
}