/* This code is only meant for previewing your Reflow design. */
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    background-image:-webkit-linear-gradient(270deg, rgb(85, 156, 237) 6%, rgb(10, 38, 253) 100%);
    background-image: linear-gradient(180deg, rgb(85, 156, 237) 6%, rgb(10, 38, 253) 100%);
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
}

#image {
    float: none;
    width: 50%;
    max-width: 400px;
    height: auto;
    margin-left: auto;
    margin-top: 20%;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
    min-width: 100px;
    -webkit-box-shadow: rgb(19, 19, 19) 5px 5px 3px 0px;
    box-shadow: rgb(19, 19, 19) 5px 5px 3px 0px;
}

#text {
    float: none;
    font-size: 1.25em;
    width: 60%;
    height: auto;
    text-align: center;
    line-height: 1em;
    margin-left: auto;
    margin-top: 46.25px;
    clear: none;
    min-height: 120px;
    text-indent: 0px;
    color: rgb(241, 255, 113);
    text-shadow: rgba(0, 0, 0, 0.721569) 0px 3px 3px;
    min-width: 0px;
    margin-right: auto;
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

