

/* Style the horizontal ruler */
 .line{
    border-bottom: 5px solid rgb(2, 25, 26);
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
  }

  /* Modal Content/Box 
.modal-content {
  background-color: rgb(16, 219, 219);
 
}
code{
  background-color: #46676b;
}*/

.modal-fullscreen
{
      width: 99vw;
      max-width: none;
      height: 100%;
      margin: 0;
     
}