
body{
	 background-image:url('../images/space1.jpg');
    color: black;
    height: 160px;
    font-family:papyrus Black;
    font-size: 12px;
    text-align:center;
    padding-top: 100px;
    padding-right: 30px;
    }

.wrapper{
	width:auto;
	background-color:white;
	border:10px solid #8D6599;
	box-shadow:10px 40px 50px #A992B8;
	border-radius:20px;	/*rounds the corners of the border*/
	margin-left:40px;
	padding-bottom:40px;
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
    }
p{
    text-align: left;
}

@media(min-width: 48rem) 
{
    body{
        padding: 100px;
        }
    
    .wrapper
        {
        background-color: azure;
        align-content: center;
   	    width:auto;
        height:auto;
        padding-top:50px;
        }
}


 