  .text-center{
    text-align: center;
    font-size: 13px;
    background-color: rgb(46, 78, 107);
    color: #cccccc;
    position: absolute;
    bottom: -1px;
    width: 100%;
    padding: 10px 0;
    margin-top: auto;
  }
@media (orientation: landscape) {
  .text-center{
    text-align: center;
    font-size: 20px;
    background-color: rgb(46, 78, 107);
    color: #cccccc;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
