body{
  background-color: #efefef;
}

.main {
  /*margin-left: 31%;
  margin-right: 30%;*/
  font-family: sans-serif;
  font-size: 18px;
}

.counselor {
  color: #003262;
}

.student{
  color: #FDB515;
}



.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #A51C30;
    padding-bottom: 5px;
    font-family: 'Tahoma';
    font-size: 12pt;
    background-color: #efefef;
}

.header
{
  font-size: 36px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  font-family: 'Trebuchet MS';
  text-align: center;
  color: #A51C30;
  font-weight: bold;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #efefef;
}

.content {
  margin-top: 130px;
  border: 2px solid #6b6b6b;
  padding: 20px;
  background-color: #FFFFFF;
  margin-left: 28%;
  margin-right: 28%;
  margin-bottom: 55px;
  border-radius: 4px;
}