h1 {color:green;}

li {color:blue;}


/* id selector */
#first {
  color:white;
  font-size: x-large;
}

/* class selector */
.second {
  color: white;
  font-size: x-large;
}

.third {
  color: white;
  font-size: x-large;
  font-family: 'Impact';
}

ul {
  border-width: 3px;
	border-style: solid;
  border-radius: 20px;
  border-color: red;
  width: 350px;
}

body {
background-image: url(https://hdqwalls.com/download/dark-souls-3-cinder-5k-ix-5120x2880.jpg);
background-repeat: no-repeat;
background-size: contain;
}