@charset "utf-8";
/* CSS Document */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
body {
  background-color: Black;
}
h1 {
  color: #F8FF00
}
h1 {
  text-align: center;
}
h1 {
  text-shadow: 3px 2px red;
}