/* AFWIJKING VAN DE STANDAARD CSS
-------------------------------------------------------*/

.btn {
    border-radius: 0;
  }

.rounded-circle {
    width: 70%;
    height: 20%;
    background-color: blue;
  }
  
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: red;
  font-weight: bold;
  }
  
.tabel {
    width: 100%;
    border-collapse: collapse;
  }
th, td {
    border: 1px solid #ddd;
    padding: 8px;
  }
tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  
@media (max-width: 600px) {
      table {
        width: 100%;
      }
      td, th {
        display: block;
      }
      td {
        margin-bottom: 10px;
      }
    }
  
footer {
        height: 200px;
        background-color: grey;
        color: #f2f2f2;
    }

