.header{
    background-color: black;
    height: 180px;
    text-align: center;
}

.footer{
    padding-top: 130px;
    height: 50px;
    background-color: #333;
    bottom: 0;
    position: fixed;
    width: 100%;
    text-align: center;
}

.textFooter{
    color: #999999;
}

.headerImg{
    margin-top: -60px;
}

.globalInput{
    margin-top: 30px;

}

.global{
    margin-top: 30px;
    text-align: center;
}

.generator{
    border:1px solid #000000; 
    width:100%;
}

.downloadButton{
    margin-top: 30px;
}