body{
    justify-content: center;
    margin: 5px;
    background: beige;
}

h2{
	justify-content: center;
    border-radius: 5px;
    border: 2px sienna solid;
    background: pink;
    margin:10px;
    padding:15px;
	
}

p{
	justify-content: center;
   margin:15px;
}