html {
    background-image: url(backgroundphoto.png);
    font-family: 'Courier New', Courier, monospace;
    color: white;
}

p {
    font-family: Helvetica;
    font-weight: lighter;
}

body {
    max-width: 850px;
    margin: auto;
}

.content-area {
    padding: 25px;
}

img {
    margin: auto;
    width: 95%;
    padding: 2.5%;
    background-color: rgba(250, 250, 250, 0.5);

}

h1#heading {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

h3#heading {
    text-align: center;
    margin-top: 0;
    font-family: Helvetica;
    font-weight: lighter;
}

#description {
    padding-bottom: 40px;
    border-bottom: 1px solid white;
}

#steps {
    font-weight: bold;
    font-size: 1.2rem;
    font-family: 'Courier New', Courier, monospace;
}

#section {
    font-size: 1.5rem;
}

@media (min-width: 640px) {
    .recipe-grid {
        display: flex;
    }
    .recipe-grid #instructions {
        margin-left: 30px;
        width: 100%;
    }
}
