.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    background-color: rgb(247, 105, 117);
}

#text {
    float: none;
    font-size: 16px;
    width: 98%;
    height: auto;
    text-align: center;
    font-weight: 300;
    line-height: 25px;
    margin-left: auto;
    margin-top: 11px;
    clear: none;
    min-height: 0px;
    color: rgb(253, 252, 252);
    display: block;
    margin-right: auto;
}

