header {
    background-color: #001489;
    color: #fff;
}

* {
    font-family: 'Roboto', sans-serif; 
}

footer {
    background-color: #001489;
    color: #fff;
}

#boxes {
    text-align: center;
}

#form_question {
    text-indent: 2px;
}


.btn-lg {
    width: 100%;
}

#boxes {
    text-align: center;
}

.student-rangs {
    word-wrap: break-word;
}

.footer_link {
    outline: none;
    text-decoration: none;
}

.footer_link:link {
    color: #ffffff;
  }
  
  .footer_link:visited {
    color: #ffffff;
  }
  
  .footer_link:focus {
    border-bottom: 1px dashed;
    background: #f0f0f0;
  }
  
  .footer_link:hover {
    text-decoration: underline;
  }
  
  .footer_link:active {
    background: #ffffff;
    color: #ffffff;
  }
