body {
  background-color: #59a090;
  background-image: url("https://www.transparenttextures.com/patterns/60-lines.png");
  color: #59a082;
  font-family: Courier New, monospace;
}

h1{
  color: #599ba0;
}

li{
  list-style-position: inside;
}

.main {
  background-color: white;
  background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
  border: 10px solid;
  border-color: #86ccb7;
}