html {
  background-color: #0c4648;
}

body {
  text-align: center;
  margin-left: 60vh;
  margin-right: 60vh;
  color: white;
  background-color: #3b6061;
  border-radius: 20px;
}

img {
  max-width: 500px;
  height: auto;
}

ul, li {
  text-align: left;
}

a {
  color: #eba796;
}
