/*!
 * VLC CSS
 */

 /* Show it is fixed to the top */
body {
    min-height: 75rem;
    padding-top: 4.5rem;
  }
  
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

@media (min-width: 768px) {
.bd-placeholder-img-lg {
    font-size: 3.5rem;
}
}

.error-message {
  color: white;
  background-color: #f44336; /* Light red background */
  border: 1px solid #d32f2f; /* Darker red border */
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  font-weight: bold;
}



