html, body {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    font-weight: normal;
    font-family: "Segoe UI" , "Segoe" , "SegoeUI-Regular-final", Tahoma, Helvetica, Arial, sans-serif;
    min-width: 500px;
}

h1 
{
    font-size: 2em;
    line-height: 1.2em;
    text-align:center;
    border-bottom:1px solid #000000;
    padding-bottom:1%;
}

h2
{
    font-size:1.5em;
    line-height: 1.2em;
    text-align:center;
}


h1, h2, h3, h4, h5, h6 {
    font-family: ProximaNova,Verdana,sans-serif;
    font-weight: 400;
    color: #333;
}



input.text
{
    max-width: 100%;
    font-family: inherit;
    margin-bottom: 8px;
    height: 28px;
    padding: 0px 3px 0px 3px;
    border: solid 1px #BABABA;
}



.center {
   /*border: 1px solid;*/
   /*border: 1px solid;*/
    margin-right:auto;
    marging-left:auto;
    /*width:auto;*/
}

.content {

     border:1px solid #e7e7e7;
     padding:5%;
     border-radius: 10px 10px 10px 10px;
     width:80%; 
     margin-right:auto; 
     margin-left:auto; 
     -webkit-box-shadow: 5px 5px 10px 0px #000000;
     -moz-box-shadow: 5px 5px 10px 0px #000000;
     -o-box-shadow: 5px 5px 10px 0px #000000;
     box-shadow: 5px 5px 10px 0px #000000;
     /*border:1px solid*/

}


.main {

     width:550px;
     margin-right:auto;
     margin-left:auto;
    /* border:1px solid*/
}



