a{
  color:black;
}

button:hover a{
  color:blue;
  text-transform:inherit;
}
footer {
  max-width: 140%;
  min-height: 50px;
  background: rgb(102, 164, 197);
  color: #fff;
  text-align: center; 
}
@font-face{
  font-family: 'Arial';
  src: url(../police/arial.ttf);
}

legend{
  text-align: center !important;
}


footer {
    max-width: 140%;
    min-height: 50px;
    background: rgb(102, 164, 197);
    color: #fff;
    text-align: center; 
  }
  @font-face{
    font-family: 'Arial';
    src: url(../police/arial.ttf);
  }
  
fieldset {
    padding:0 20px 20px 20px;
    margin-bottom:10px;
    border:1px solid black;
    }
input[type=submit], input[type=reset] {
    
    margin-left:5px;
    cursor:pointer;
}
/* The navigation bar */
.navbar {
  background-color: #333;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  z-index: 300;
  padding:0px;
  
}

/* Links inside the navbar */
.navbar a {
  color: #f2f2f2;
  }

/* Change background on mouse-over */
.navbar a:hover {
  background: rgb(74, 7, 231);
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}

li {
display: inline;
}
