/* styles.css */


  .outsideWrapper {
/*      width:960px;
      height:400px;*/

      width:710px;
      height:380px;
      margin:0 0;
      border:1px solid blue;
  }
  .insideWrapper {
      width:100%;
      height:100%;
      position:relative;
  }
  .coveredImage {
      width:100%;
      height:100%;
      position:absolute;
      top:0px;
      left:0px;
  }
  .coveringCanvas {
      width:100%;
      height:100%;
      position:absolute;
      top:0px;
      left:0px;
      /*background-color: rgba(255, 0, 0, .1);*/
  }


.xoff-container {
    font-family: Arial, sans-serif;
    width: 960px;
    margin: 0 auto;
}

.xoff-button {
    color:rgba(73, 183, 38, 0.9);
    padding: 10px;
    margin:0px 5px 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    font-size: 3.5em;
    cursor: pointer;
    transition: all 0.3s;
    border:0px;
    position:absolute;
    right:0px;
    margin-top:0px;
    z-index: 3;
    background-image:url('./img/albg.png');
}


div.gallery {
  margin: 15px;
  border: 0px solid #ccc;
  float: left;
  width: 160px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}
.monitb{
  margin-bottom: 1em;
  min-width: 5em;
  margin-right: 1em;
}
div.login form {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
}

#demo{
    aspect-ratio: 16 / 9;
}


.button-secondary {
            color: white;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        }

.button-secondary {
            background: rgb(66, 184, 221);
            /* this is a light blue */
        }
