/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.tgen-demo-header,
.tgen-demo-footer{
    text-align: center;
}

.tgen-demo-content{
    max-width: 1200px;
    background-color: rgb(0, 0, 0, 0.1);
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #000;
    font-family: Arial, sans-serif;
    text-align: center;
}

.tgen-demo-content h1{
    font-size: 24px;
    color: #000;
}

#tgen-demo-content{
    display: none;
}

#tgen-modal{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0,0.4);
}
