@page {
  size: A4;
  margin: 1.5cm 2cm 1.5cm 2cm;
}
.hamburger-menu {
    display: none;
}
.navigation {
    display: none;
}
header {
    margin: 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #9E9E9E;
}
body {
    margin:0; 
    padding:0;
    display: block;
    height: auto;
    overflow: visible;
}
main {
    margin-top: 0px;
}
.article {
    padding: 0;
}
.title {
    margin-top: 20px;
    font-size: 30px;
}
.subtitle {
    font-size: 20px;
}
.text {
    font-size: 18px;
    column-count: 1;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.image-wrap {
    display: none;
}
.copyright {
    display: none;
}
footer {
    display: none;
}