@charset "UTF-8";
.inacc {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  padding: 15px;
  margin: 20px;
  text-align: center;
  font-size: 30px;
  color: blue;
}
.warn {
  color: red;
  font-weight: bold;
}
.time {
  color: black;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.gray-box {
    background-color: #f2f2f2; /* A light shade of gray */
    border: 1px solid #ccc;    /* A slightly darker gray border */
    padding: 15px;             /* Space between the text and the box border */
    margin: 20px;              /* Space outside the box, separating it from other elements */
    border-radius: 5px;        /* Optional: Rounds the corners of the box */
}
