body {
    color:black;
    
}


.error {
    margin-top:150px;
    text-align: center;
    margin-bottom:150px;
}
.flag {
    max-height: 25px;
}

.error img {
    height:300px;
}
#bottom {
    background: #fff;
    border-bottom: 5px solid #2c84ee;
    font-size: 14px;
}
.contour {
    background: #2c84ee;
    padding: 10px;
    color: white;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 1000;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000;
  background: #fff;
}

#footer a {
  color: #000;
}
#footer a.active {
    color: #428bca;
}
#footer a:hover {
  color: #428bca;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}




