table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
}
  
td {
  padding: 8px;
  border: 1px solid black;
}
  
th {
  padding: 8px;
  background-color: #f2f2f2;
  font-weight: bold;
  border: 1px solid black;
}
  
tr:nth-child(even) {
  background-color: #f5f5f5;
}
  
tr:hover {
  background-color: #ddd;
}

.content {
  flex: 1;
}

#kodex {
  text-align: left;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

footer {
  /* display: block;
  position: absolute;
  bottom: 0; */
  margin-top: 150px;
  flex-shrink: 0;
  background-color: #DF1067;
  width: 100%;
  text-align: center;
}

#logo {
    width: auto;
    height: 400px;
    object-fit: cover;
		object-position: center;
		overflow: hidden;
}

.main-index {
  text-align: center;
}

.main-index ul {
  list-style-type: none;  
}

.main-index li {
  padding-top: 10px;
}

.main-index li button {
  height: 60px;
  width: 300px;
  font-weight: bold;
  font-size: large;
  background-color: #FFFFE7;
}

.main-index li button:hover {
  background-color: #0A4342;
  color: white;
  transform: scale(1.1);
}
