/* Remove the navbar's default rounded borders and increase the bottom margin */ 
.navbar {
    margin-bottom: 50px;
    border-radius: 0;
  }

  .center{
      text-align: center;
  }
  
  /* Remove the jumbotron's default bottom margin */ 
   .jumbotron {
    margin-bottom: 0;
  }
 
  /* Add a gray background color and some padding to the footer */
  footer {
    background-color: #f2f2f2;
    padding: 25px;
  }
  
  #top{
    margin-top:15px;
  }

  .button_shape{
    border-radius: 15px;
    border-color: white;
    border:2px solid;
  }


  .one{
    margin-left: 10px;
  }

  .two{
    margin-left: 20px;
  }

  .three{
    margin-left: 30px;
  }

  .four{
    margin-left: 40px;
  }

  .pagination {
    display: inline-block;
    margin-left: 50%;
  }
  
  .centerered{
    margin-left: 200px;
  }
  .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
  }
  
  .pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
  }

  .pagination a:hover:not(.active) {background-color: #ddd;}