body {
  margin: 0px auto;
  background-color: linen;
  width: 1200px;
  color: black;
}
#menu {
  list-style-type: none;
  overflow: hidden;
  background-color: #0c3b2e;
  border-radius: 25px;
}

.menuElem a {
  float: left;
  padding: 15px 30px;
  text-decoration: none;
  color: linen;
  font-size: 1.3rem;
  font-weight: bold;
}

.menuElem a:hover {
  background-color: orange;
}

#labjegyzet
{
   position: fixed;
   bottom: 0px;
   left: 1100px;
}

.gomb {
   border-radius: 25px;
   background-color: orange;
   color: white;
   padding: 0.25rem 1rem;
}

.gomb:hover {
    background-color: #0c3b2e;
    padding: 0.3rem 1.2rem
}

table {
    margin-top: 2rem;
    color: black;
    margin-bottom: 1.5rem;
}

tr {
    text-align: center;
}
tr:nth-child(even) {background: #6b9773}
tr:nth-child(odd) {background: #b5cbb9}

th {
    background-color: #0c3b2e;
    color: linen;
    padding: 0.5rem 1.5rem;
}

td {
    padding: 10px 20px;
}
