html {
  background-image: url('../images/flower.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.recipe {
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    border-style: none;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #000;
    margin: auto;
    font-weight: lighter;
    min-width: 20em;
    max-width: 80ch;
}

.recipe a:link {
  color: #ee4035;
}

.recipe a:visited {
  color: #3d6318;
}

.recipe h1 {
  font-family: Courier New, serif;
  font-weight: normal;
}

.recipe h3 {
  font-weight: lighter;
}

.recipe ol {
  list-style-type: lower-roman;
}

.recipe ul {
  list-style-type: "- ";
}
