body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
html {
  width: 100%;
  height: 100%;
  color: white;
  background-color: black;
  background-image: url(images/night.png);
  background-size: cover; /* Makes the image cover the entire area */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  font-family: "Nunito", serif;
}
.container {
  text-align: center;
}
.container h1 {
  font-size: 2.5rem;
  margin-bottom: -10px;
}
.container h2 {
  font-size: 1.8rem;
}
.container .anime{
  display: inline-block;
  font-size: 1.8rem;
}
.container .t1, .t2, .t3, .t4, .t5, .t6, .t7, .t8{
  margin-bottom: 10px;
}
footer {
  display: flex;
  position: relative;
  height: 50px;
  margin-top: auto;
}
footer p {
  color: gray;
  margin: 0 20px;
  margin-right: 62%;
  font-size: 1.1rem;
}
