body,
div {
    margin: 0;
    padding: 0;
}

main,
img,
.attr,
.but,
h1,
.sizeInput {
    position: absolute;
}

main {
    width: 100%;
    height: 90%;
}
.attr {
    left: 40%;
    bottom: 0;
}

.but {
    left: 50%;
}

h1 {
    top: 40%;
    left: 40%;
}

.sizeInput {
    right: 0;
    top: 0;
}

#minSize,
#maxSize {
    width: 50px;
}

#sizeRange {
    width: 300px;
}
