body {
  background-color: #1e1e2e;
}
h1 {
  color: blue;
}
p {
  color: #cdd6f4;
  text-align: center;
}
h1 {
  color: #89b4fa;
  text-align: center;
  font-size: 25;
}
h2 {
  color: #cdd6f4;
  text-align: center;
  font-size: 21px;
}
.marquee {
  color: #89dceb;
}
.img {
  border-radius: 10px;
  width: 300px;
  height: 300px;
}
.centertxt {
  color: #cdd6f4;
  text-align: center;
}
.centerimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.red {
  color: red;
  text-align: right;
}
.grid {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  padding: 5px;
}
a {
  color: #74c7ec;
  text-decoration: none;
}
a:hover {
  color: #f9e2af;
  text-decoration: underline;
}
