
body {
        background-color: #ebeff6;
        font-family: arial;
        margin: 2px;
}

.sign {
      background-color: black;
      color: #fff000;
      font-weight: bold;
      font-size: 20px;
      text-align: center;
      padding: 0px;
}

.signOverride {
      background-color: orange;
      color: black;
      font-weight: bold;
      font-size: 20px;
      text-align: center;
      padding: 0px;
      border-style: none;
}
