table {
  text-align: left;
  position: relative;
  border-collapse: collapse;
  background-color: #f6f6f6;
}

/* Spacing */
td,
th {
  border: 1px solid #999;
  padding: 10px;
}

th {
  background: #71876C;
  color: white;
  border-radius: 0;
  position: sticky;
  top: 0;
  padding: 10px;
}

.primary {
  background-color: #000000
}

tfoot>tr {
  background: black;
  color: white;
}

tbody>tr:hover {
  background-color: yellowgreen;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.kvkk-container {
  width: 80%;
  margin: 0 auto;
  font-family: 'Arial', sans-serif;
}

.kvvk-h1 {
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.7rem;

}

.kvvk-h2 {
  color: #666;
  margin-top: 20px;
  font-size: 1.4rem;

}

.kvkk-paragraf {
  text-align: justify;
  line-height: 1.6;
  font-size: 1.2rem;
}

.card-news {
  display: flex;
	margin: auto;
}

.card-body {
  display: flex;
	flex-direction: column;
	flex-basis: 20rem;
  position: relative;
}

.card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: inherit;
}

/*
.card-bottom .btn {
  width: 7.5rem;
}
*/

.bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* 
.social-links {
  display: flex;
  justify-content: center; 
}
*/

.container-news {
  margin-top: 80px;
}