div.frm-buy-container
{
margin: auto;
display: flex;  /* Testing */
text-align: center;
align-items: center;
justify-content: center;
}
.error
{
color:red;
}
.underlinelink
{
color: #ffffff;
text-decoration: underline;
}
div.txt-color-white
{
color: #ffffff;
}
.submit
{
color: #ffffff;
border-color: rgba(136, 82, 131, .93);
}