Body {
	background-image:url(peak.jpg);
	background-position:50% 50%;
	background-size:cover;
}

svg {
  width:100%;
  aspect-ratio:1.3/1;
  background-color:rgb(255 255 255 /0.5);
  border-radius:1em;
}

text {
  font-size:2.5rem;
  font-family:system-ui, --apple-system, sans-serif;
  font-weight:bold;
}

section {
  height:300px;
}

div {
  display:grid;
  margin:0 auto;
  grid-template-columns:1fr 2fr 1fr;
}

#list {
	height: 100px;
	
}

h2 {
	font-size:2.5rem;
	font-family:system-ui, --apple-system, sans-serif;
	font-weight:bold;
}

#name {
	font-family:system-ui, --apple-system, sans-serif;	
	font-size:3rem;
	font-weight:bold;
}

button {
	font-size:3em;
	font-weight:bold;
	background-color:greenyellow;
	margin-left: auto;
	margin-right: auto;
	display: table;
	border-radius:0.3em;
}