#everything {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;    
  background-color: antiquewhite; 
}

html body p {
  width: 50%;
  text-align: center;
  margin-top: 1px;
  margin-bottom: 1px;
}
