* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    min-height: 100%;  
    overflow: auto;
}

img{max-width:100%;}

.custom{
    position: relative;
}

.custom .download{
    position: absolute;
}