body {
    font-size: 20px;
    font-family: "Comic sans", sans-serif;
    background-image: url('/imag/Background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: fixed;
    background-attachment: fixed;
    color: rgb(255, 255, 255); 
    -webkit-text-stroke: 1px rgb(0, 0, 0);
    -webkit-text-stroke-color: rgb(0, 0, 0);
}

img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    backdrop-filter: blur(10px);
}

section table {
  background-color: black;
  color: white;
  border-collapse: collapse;
}

section th,
section td {
  border: 1px solid white;
  padding: 8px;
}
h2 {
  font-size: 2.5em;
  margin-top: 40px;
  margin-bottom: 20px;
}
