body {
  background-image: url(https://images.unsplash.com/photo-1544376798-89aa6b82c6cd?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mnx8dmVydGljYWwlMjBsYW5kc2NhcGV8ZW58MHx8MHx8&w=1000&q=80);
    background-size: cover;
}

h1 {
  text-align: center;
  text-decoration: underline;
}

li {
  text-align: left;
}

img {
  height:400px
  
}

.text {
	font-family: 'Inter', sans-serif;
	font-family: 'Martian Mono', monospace;
}

.text {
  text-align: center;
  padding: .5px;
}

.text {
  background-color: skyblue;
  border-radius: 15px;
  height: 500px;
  padding: .5px;
  text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.list {
  border-radius: 15px;
  background-color: skyblue;
  padding: .5px;
  text-align: center;
  height: 240px;
}