#noticetext {
  display: inline-block;
  border: 5px solid #FFFFFF;
  border-radius: 10px;
  padding: 5px;
  color: #FFFFFF;

  font-family: 'Georgia', 'backup', serif;
  text-align: center;

  width: fit-content;
  margin: 0 auto;
}

body{
  background-color: #000000;
  text-align: center;
  }
  
h1{
  font-family: 'Georgia', 'backup', serif;
  text-align: center;
  color: #FFFFFF
  }
  
      
  
  
  #filler{
  display: block;
  height: 300px;
  width: auto;
  margin: 0 auto;
}
  
