html {
    font-family: 'Josefin Sans', sans-serif;
    margin-left: 80px;
    margin-top: 50px;
    margin-right: 80px;
    margin-bottom: 50px;
    background-color:aliceblue;
    color: black;
}

img {
    width: 400px;
    height: 500px;
    margin-top: 20px;
    margin-bottom: 10px
}



ul {
    margin-bottom: 50px;
    width: 75rem;
}

ol {
    font-weight: 600;
    margin-bottom: 50px;
    font-size: 1.4em;
    line-height: 30px;
}

li {
    font-weight: 200;
    line-height: 1.5rem;
}

li.directions {
    margin-bottom: 30px;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

h4 {
    font-size: 1em;
    font-weight: 200;
    margin-bottom: 30px;
    width: 75rem;
    line-height: 2rem;
}

h1 {
    margin-bottom: 5px;
    font-size: 7rem;
    font-weight: 300;
}

h2 {
    margin-top: 50px;
    font-weight: 400;
}

h3 {
    font-weight: 400;
    margin-top: 20px;
}

h5 {
    font-weight: 200;
    font-size: 1rem;
    line-height: .05rem;
    margin-top: 10px;
    margin-bottom: 20px;
}

.Notes {
    line-height: 1.5rem;
}


.ingredients {
    line-height: 1.5rem;
}

.ingredients-column {
    float: left;
    width: 25%;
}

.directions-column {
    float: right;
    width: 70%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.info {
    line-height:.5rem;
    margin-bottom: 2rem;
    margin-top: 0px;
}

.equipment {
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 6rem;
    margin-top: 10px;
}

strong {
    font-weight: 500;
}

.sources {
    margin-bottom: 50px;
}
