* {
  margin: 0;
  padding: 0;
}

body, html {
  width: 100%;
  height: 100%;
    background-color: yellow;
}
textarea {
  position: absolute;
  top: 20px;
  left: 20px;
}
.poster {
  width: 100%;
  height: 95%;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}
