body {
    background: purple;
    font-family: "Lato", Helvetica, Verdana, Arial, sans-serif !important;
    font-size: 14px;
}

h1#logo {
    float: left;
    text-align: center;
    width: 90%;
}

div#Container {
    text-align: center;
    padding: 10px;
    color: orange;
    /* max-width: 400px; */
    margin: 4px auto;
}

button.BigButton {
    text-align: center;
    padding: 10px;
    width: 49%;
    border-radius: 8px;
    display: inline-block;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
}

iframe#ifrm {
    width: 100%;
    border: none;
}

a#lnkHome {
    background: transparent;
    border: none;
    font-size: 25px;
    border-radius: 4px;
    text-decoration: none;
    float: left;
    line-height: 68px;
}
