html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
}

.legend-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.legend{
    font-size:12px;
    margin:10px 4px;
}
.legend .box{
    width:60px;
    height:16px;
    display:inline-block;
}

@media print {
    .p-hide {
        display: none;
    }

    .p-header {
        max-height: 40px;
    }

    .row .col-6 {
        width: 540px;
        height: 540px;
        display: block;
    }

    .row col-4 {
        width: 25%;
    }

    .row col-8 {
        width: 75%;
    }

    .legend-container {
        position: relative;
    }
}