body {
    background-color: #1c1c1c;
}

.main-landing {
    height: 40%;

    animation-name: height-animation;
    animation-duration: 2s;
}

.main-input-form h1 {
    text-align: center;
    color: white;
    font-weight: lighter;
    font-size: 50px;
    margin-top: 20px;
}

.landing-text {
    height: 180px;
    width: 550px;
    margin-top: 40px;
    text-align: center;
    line-height: 25px;

    font-size: 18px;
    color: white;

    margin: 0 auto;
}

@media only screen and (max-width: 800px) {
    .article-widget-wrapper {
        width: 100%;
    }
    
    .article-widget {
        width: 100% !important;
    }

    .article-image {
        width: calc(25% - 12px) !important;
        background-repeat: no-repeat;
        background-size: cover !important;
        background-position: center;
    }

    .article-text {
        width: 75% !important;
    }
} 

@media only screen and (max-width: 630px) {

    .main-landing {
        height: 300px;
    }

    .landing-text {
        width: 300px;
        height: 100px;
    }
    
}

@media only screen and (max-width: 500px) {

    .main-landing {
        background-size: 160%;
    }
}