<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: 'Roboto', sans-serif;
}

header{
  background-color: #3f1e67;
}

#site-title{
  color:#ffffff;
  font-size: 35px;
}
#site-sub-title{
  color: #ffffff;
  font-size: 25px;
}
#stream1 {
  display: none;
}
#admit{
  display: none;
}
#reg{
  display: none;
}

#pass{
  display: none;
}

#hslc{
  display: none;
}

#pro{
  display: none;
}

#birth{
  display: none;
}
#tc{
  display: none;
}
#last{
  display: none;
}
.footer-top{
    background-color: #AEEDD7;
    color:#000000;
    padding-top:20px;
    text-align:center;
    padding-bottom:20px;
}
footer {
  background-color: #563D7C;
}
.format {
  font-size: 14px;
}
.bg-info {
  color:#ffffff !important;
  font-weight:bold;
}
.form-control {
  border-radius: 0 !important;
}</pre></body></html>