@charset "utf-8";
/* CSS Document */
    
    body, html {
      height: 100%;
      margin: 0;
    }

    .bgimg {
      background-image: url('../img/sala.jpg');
      height: 100%;
      background-size: 100%;
      color: white;
      font-family: "Courier New", Courier, monospace;
      font-size: 25px;
    }

    .topleft {
      position: absolute;
      top: 25%;
    }

    .middle {
      position: absolute;
      top: 85%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;

    }

    hr {
      margin: auto;
      width: 40%;
    }