#slideshow { 
  margin: 50px auto; 
  position: relative; 
  width: 85%;  
  padding: 10px; 
}

#slideshow > div { 
  position: absolute; 
  top: 10px; 
  left: 10px; 
  right: 10px; 
  bottom: 10px; 
}

#slideshow > div p { 
    color: white;
    font-family: Poppins-Regular;
    font-size: 28px;
    text-align: center;
  }