#page-title {
  position: relative;
  align-content: center;
  width: 700px;
  margin-left: auto;
 margin-right: auto;
}

h1 {
  text-align: center;
  color: white;
}


marquee {
  position:absolute;
  height: 40px;
  color:white;
  bottom: 10px;
  background-color: teal;
  
}