#container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url("https://redalerticu.neocities.org/assets/img/reportbackground.jpg");
  background-size: cover;
}
#hex {
  clip-path: polygon(50% 1%, 0 25%, 0 75%, 50% 100%, 100% 75%, 100% 25%);
  height: 700px;
  width: 600px;
  background-color: #270101;
  position: relative;
}
#words {
  position: absolute;
  text-align: center;
}
#warning {
  text-shadow: 5px 0 10px #0000FF, -5px 0 10px #FF0000;
}
#cerulean {
  color: #007eca;
}
#teal {
  color: #00949c; 
}