.navbar{
  border-radius: 0;
}

section#index{
  margin-bottom: 50px;
}

footer{
  background-color: #1f87c2;
  padding: 20px 0;
  color: white;
  text-align: center;

}

@media screen and (min-width: 1000px){
  footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}


@media screen and (max-width: 360px){
  table tr th:last-child, table tr td:last-child{
    display: none;
  }
}
