<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
   background: url(images/bg.jpg) no-repeat top center;    background-repeat: no-repeat;
    background-attachment: fixed;
}
}
.navbar-inverse {
    /* background-color: #222; */
    /* border-color: #080808; */
    background:#582750;
    color: #fff;
    border:none;
}
.navbar-inverse .navbar-nav&gt;li&gt;a {
    color: #ffffff;
    font-size: 12px;
}
.navbar-inverse .navbar-nav&gt;li&gt;a:hover{
  background: #9a2370;
}
.bt{
	background: #582750;
}
h4{
	font-size: 14px;
}
.thumbnail:hover {
    background: #e5e5e5;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f5f5f5;
    background: #582750;
}
.modal-title{
  background: #582750;
  color: #fff;
  text-align: center;
  padding: 10px	
}
a{
  color:#333;
}</pre></body></html>