body {
  background-color: black;
  background-size: cover;
  /* 13. feladat */
  background-image: url("chatGPT_back.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  /* 13. feladat vége */
}

p {
  margin: 5px;
  text-indent: 20px;
  line-height: 110%;
  text-align: justify;
}

#content {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50px 50px 0px 50px;
  width: 70%;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: black;
  /* 17. feladat text-decoration + a:hover */
  text-decoration: none;
}

h1 {
  font-style: italic;
}

table {
  width: 50%;
  margin: auto;
}

/* 8. feladat */
.cgpt {
  color: #75aa9c;
  font-weight: bold;
  font-style: italic;
}

.cgpt:hover {
  color: darkgreen;
}
/* 8. feladat vége */

/* 14. feladat */
img {
  opacity: 0.5;
}
/* 14. feladat vége */

/* 15. feladat */
#logo {
  float: right;
  width: 20vw;
  margin: 1vw;
}
/* 15. feladat vége */

/* 16. feladat */
table {
  background-color: #75aa9c80;
}

th,
td {
  padding: 5px;
  text-align: center;
}

th {
  color: darkgreen;
}

/* 16. feladat vége */

/* 17. feladat */
a:hover {
  text-decoration: none;
}
/* 17. feladat vége*/
