body {
  background-color: bisque;
}

h1 {
  text-align: center;
}

.receipe-name {
    color: violet;
    background-color: black;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace, sans-serif;
    margin-top: 10px;
}
