.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#text {
    float: left;
    font-size: 24px;
    width: 320px;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 30px;
    margin-left: 50px;
    margin-top: 60px;
    margin-bottom: 10px;
    clear: none;
    min-height: 218px;
    font-style: italic;
    font-family: 'Droid Serif';
    color: rgb(80, 80, 80);
    letter-spacing: 1px;
}

#input {
    float: left;
    height: 100%;
    font-size: 24px;
    margin-left: 50px;
    margin-top: 20px;
    margin-bottom: 50px;
    clear: both;
    width: 320px;
    font-family: 'Droid Serif';
    font-weight: normal;
    line-height: 30px;
    font-style: italic;
    text-align: left;
    text-decoration: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;x
    border-bottom-left-radius: 0px;
    border-style: none;
    border-width: 0px;
    background-color: rgb(255, 255, 255);
    padding: 0px;
    color: rgb(238, 54, 79);
    display: block;
}

#box {
        height: 60px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        width: 100%;
        background-color: rgb(255, 255, 255);
        display: block;

}

@media only screen and (max-width: 320px) {
    #text {
        margin-left: 30px;
        margin-top: 60px;
        width: 262px;
        font-size: 22px;
        line-height: 27px;
    }

    #input {
        margin: 20px 0px 0px 30px;
        width: 262px;
        font-size: 22px;
        line-height: 27px;
        height: 100%;
        
    }
}

