.box{
	border:1px solid #000;
	width:200px;
	height:200px;
	overflow:scroll;
	border-top:5px solid #000;
	border-style:double;
	border-color:pink;
	border-width:10px;
	padding:20px;
	padding:50px 10px 20px 10px;
	padding:30px 20px;	
	margin:0 auto; /* center a box */
	display:inline-block;
	margin:20px;
	border-radius:200px;
	box-shadow: 10px 10px 5px lightblue;
}


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@font-face {
    font-family: 'designerregular';
    src: url('fonts/designer-webfont.woff2') format('woff2'),
         url('https://ameliamarzec.neocities.org/designer-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

Body{
	background-color:blue;
	background-color:#32a852;
	background-color:rgb(188,48,233);
	background-color:hsla(27,100%,87%,1.0);
	background-color:rgba(188,48,233,0.5);
}

background-color:#f5425a;
font-family:Verdana;
font-size:30px;
color:blue;
font-weight;


H1{
	opacity:0.5;
}

P{
Font-family: 'designerregular', "Oswald", Georgia, Times, serif;
Font-size:30px;
Color:rgba(188,48,233,0.5);
Font-weight:bold;
Font-style:italic;
Text-transform:capitalize;
Text-decoration:overline;
Line-height:50px;
Letter-spacing:5px;
Word-spacing:10px;
Text-align:justify;
Text-indent:50px;
Text-shadow:1px 1px 2px #ffffff;
}

P:first-letter{
	font-size:60px;
}

P:first-line{
	color:purple;
}

