@import url(http://fonts.googleapis.com/css?family=Varela+Round);

body {
    margin: 0;
    padding: 0;
    font-family: 'Varela Round';
    color: #221f1f
}

header {
    background: #e72480;
    position: relative;
    width: 100%;
    height: 95px;
}
.header-inner {
    max-width: 960px;
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
    .header-inner > img {
        top: 50%;
        position: relative;
        margin-top: -28px;
    }

article {
    position: relative;
    width: 100%;
}

.article-inner {
    max-width: 960px;
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

    .article-inner > div:nth-child(1) {
        font-size: 22px;
        margin-top: 45px;
    }
    .article-inner > div:nth-child(2) {
        font-size: 16px;
        margin-top: 20px;
    }
    .article-inner > div:nth-child(3) {
        font-size: 16px;
        margin-top: 45px;
        text-align: center;
    }
    .article-inner .btn {
        margin: 0 auto;
        max-width: 307px;
        position: relative;
        border-radius: 10px;
        padding: 10px 0;
        color: white;
        cursor: pointer;
    }

.a-subscribe, .a-thanks {
    display: none;
}
.a-unsubscribe .unsubscribe-btn{
    background: #e23223;
}
.a-subscribe .subscribe-btn{
    background: #01b35d;
}

.a-thanks {
    text-align: center;
}


