/*temprry footer*/

.body {
  background: black;
}

.text-small {
  font-size: 1rem;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover, a:focus {
  text-decoration: none;
}

.form-control {
  background: #212529;
  border-color: #545454;
}

.form-control:focus {
  background: #212529;
}

footer {
  background: #212529;
}
  body, html {
    height: 100%;
  }

  .hr{
    border-color: white;
    border-style: solid;  
    border-width: 1px; 
    margin: 10px auto;    
    width: 75%;
}


.hr2{
    border-color: white;
    border-style: solid;  
    border-width: 1px; 
    margin: 10px auto;    
    width: 75%;    
}