
table{
  position: fixed;
  top: 0;
  width: 100%;
  border-collapse: collapse;
  background: yellow;
  color: black;
  border-radius: 30px;
}

table h1{
  border: 1px solid white;
  padding: 8px;
  text-align: center;
}


body {
  background-image: url ("https://danielspot.neocities.org/ceuestrela.avif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  font-family: "comic Sans MS";
  margin-top: 120px;
  
}




