body {
  background-color: floralwhite;
  display: flex;            
  justify-content: center;  
  align-items: center; 
}
h1 {
  color: pink;
}
p {
  color: #eb9191;
}
 

.container {
  text-align: center;     
  border-radius: 10px;      
}
  
