html {
	font-family:Verdana, Geneva, Tahoma, sans-serif
}

h1 {
	font-size:90px;
	color:rgb(160, 115, 0);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color:white
}

body {
	line-height: 1;
	background-color: black;
	text-align: center;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
  }

p{
	font-size: 110%;
	font-family: Verdana;
	line-height: 125%;
	height:fit-content;
	margin:auto;
	width:500px;
	background-color: white;
	outline: 2px ridge white;
	
}
#icon {
    width:  80px;
    height: 100px;
    object-fit: contain;
}

#icon2 {
	width: 200px;
	height: 200px;
	object-fit: fill;
	outline: ridge white;
}

p a{
	color:rgb(255, 115, 0);
	text-decoration: none;
}
p a:hover{
	color:rgb(128, 0, 0);
	text-decoration: underline;
}

UL{
	font-size: 110%;
	font-family: Verdana;
	line-height: 125%;
	padding-right: 50px;
	padding-left: 50px;
	background-color: rgb(255, 222, 149);
	outline: 2px solid rgb(201, 155, 87);
}

.myClass{
	text-align: left;
	outline: 2px rgb(255, 255, 255) dashed;
}