body {
	background-color: darkgray;
	font-family:trajan;
	background-size: cover;
}
head {
  font-family: trajan;
}

span + span {
margin-left:20px;
}

.myimg{
  width:300px;
  height:300px;
  object-fit:cover;
  border-radius:50%;
  background-position: center;
}

button {
  background-color: red;
  margin-top: 20px;
  font-family: trajan;
  text-align: center;
  border-width: 15px;
}

div{
  width: fit-content;

 }

p{
  width: fit-content;
 }

h2{
  text-align: center;
}

li{
  width: 80%;
  list-style-position: inside;

}