@font-face {
	font-family: pkmn;
	src: url(pkmn.ttf);
}

body {
	line-height: 1;
	background-color: pink;
	background-image: url(omg.gif);
	background-repeat: true;
	text-align: center;
	font-size: 70%;
	font-family: pkmn;
}

p, ul, ol{
	font-size: 70%;
	font-family: pkmn;
	line-height: 125%;
	padding: 10px;
	padding-top: 15px;
	background-color: white;
	outline: 1px solid pink;
	margin-left: auto;
	margin-right: auto;
	width: 500px
}

p a{
	color:orange;

}
p a:hover{
	color:green;
	text-decoration: underline;
}

.myClass{
	text-align: left;
	outline: 2px purple dashed;
}

ul, ol{
	text-align: left;
	font-size: 70%;
	font-family: pkmn;
	line-height: 125%;
	padding: 10px;
	padding-top: 15px;
	background-color: white;
	outline: 1px solid pink;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

.flex-container {
	  display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
	  justify-content: center;
		align-items: center;
  	align-content: space-around;
		gap: 12px;
		text-transform: lowercase;

	}

p2{
		font-size: 70%;
		font-family: pkmn;
		line-height: 125%;
		padding: 5px;
		padding-top: 5px;
		background-color: white;
		outline: 1px solid pink;
		width: 230px;
		height: 390px;
		overflow: scroll;
  	scrollbar-width: none;
	}

	back {
		position: absolute;
		top: 10px;
		left: 10px
	}
