body {
  color: black;
  font-family: "Lucida Console",monospace;
  margin: 0;
  padding: 5ch;
  background: url("components/star-cluster.png");
  backdrop-filter: blur(0.1rem)
  contrast(1.25);
  background-repeat: repeat;
}
main {
  display: grid;
  grid-template-rows: auto auto;
  max-inline-size: 65ch;
	margin: auto;
	padding: 2ch;
	opacity: 0.8;
	background: rgba(0,0,0,0.8)
}

h1,h2,h3,h4,h5,h6,p,a {
  color: white;
  text-align: center;
  padding: 0.4rem;
  text-shadow: 0 0 9px #FFFFFF, 0 0 60px #FFFFFF;
}

h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover,
p:hover{
  text-shadow: 0 0 9px #c1cada, 0 0 60px #c1cada;
  transform: scale(1.1) rotate(-3deg);
  transition: transform 0.2s ease-in-out;
}
a:hover,
img:hover {
  text-shadow: 0 0 9px #c1cada, 0 0 60px #c1cada;
  transform: scale(1.2) rotate(-5deg);
  transition: transform 0.2s ease-in-out;
}
section {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

ul.ailogo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  margin: 0;
  list-style-type: none;
  /*width: auto;*/
}

.ailogo li {
  margin: 0.1em;
}
.ailogo li a {
  /*display: inline-block;*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10em;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  color: white;
  gap: 1rem;
  padding: 1.1rem;
}

.ailogo li a img {
  width: 20%;
  display: block;
  max-inline-size: 100%;
}

.ailogo li strong {
  display: block;
  font-weight: normal;
}

.poll {
  box-shadow: 0 0 3px #FFFFFF, 0 0 10px #FFFFFF;
}
