
body {
    font-family: Basic, verdana, 'sans serif';
    font-size: 100%;
    background: #000033;
    color: #000000;


}
input,
textarea {
    max-width: 100%
}
div.title {
    padding-top: .5em;
    line-height: 1em;
    padding-bottom: .5em;
    font-size: 2.8em;
    text-align: center;
    color: #FF0000;
    font-family: 'Francois One', 'Franklin Gothic Demi', 'arial black';
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top:-.5em;
}


div.text {
    font-size: 1.4em;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    margin-top: .5em;
    line-height: 1.3em;
}


div.home {
    background: #000033;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5em;
    max-width: 600px;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    max-width: 100%;
    height: auto;
    border-style: none;
    max-width: 100%;

}


p.home {
    text-align: center;
    font-size: 1.2em;
    font-family: 'Francois One', 'Franklin Gothic Demi', 'arial black';
    color: #000000;
    line-height: 1em;
}

div.copr {
    text-align: center;
    color: #EEEBE2;
    padding-top: 1em;
    padding-bottom: 2em;
    line-height: 1.5em;
    font-size: 1.2em;
}
span.cpr {
    font-family: Basic, verdana, 'sans serif';
}
