body {
    background: #eee;
}
.content {
    min-height: 700px;
}
.scroll {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: auto;
}
.close {
    color: #ffffff;
}
.custom-file-label::after {
    content: "Загрузить";
}