* { margin: 0px; }
* { padding: 0px; }

.top_bottom{
    background-color: lightskyblue;
    line-height: 30px;
    font-size: 20px;
    text-indent: 150px;
}

.top{                                                   /* размещение верхней полосы */
    position: fixed; 
    top: 0; 
    left: 0; 
    right: 0;
}

.bottom{                                                /* размещение нижней полосы */
    position: fixed; 
    bottom: 0; 
    left: 0; 
    right: 0;
}

.same_heights{ height: 30px; }

html, body{ height: 100%; }

.text p{
    font-size: 75px;
    font-style: italic;
    height: 100px;
    text-align: center;
}

.download{
    position: fixed;   
    bottom: 0;
    right: 0;
    margin-right: 10em;
    margin-bottom: 10em;
}

.download a{
    color: blue;
}