body {
    background-color: white;
}

footer {
    background-color: #000;
    color: white;
  }

input[type=color]{
    width: 50px;
    height:40px;
}

/* Pagination buttons */
.page-item.active .page-link,
.page-link:hover {
    background-color: #000;
    border-color: #000;
    color: #FFF;
}

.page-link:focus {
    color: #000;
    box-shadow: 0 0 0 0.25rem rgba(112, 113, 114, 0.25);
}

.page-link{
    color: #000;
}


.navbar {
    position: absolute;
    top: 0px;
    left: 0px;
}


#head {
  background-color: #000;
  color: #f2f2f2;
  height: 4em;
  width: 100%;
}

