html, body {
  height: 100%;
  width: 100%;
}

#tablo_line {
    text-align: center;
    font-weight: bold;
    background-color: blue;
}

#out_line {
    text-align: center;
    font-weight: bold;
    background-color:  darkorange;
}
