.box {
    width: 100%;
    overflow: auto;
}

.line {
    width: 80px;
    height: 100px;
    margin: 0 auto;
    border-bottom: 4px solid black;

}

h4 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin-top: 30px;
}

.cookbook {
    font-weight: 300;
    font-size: 36px;
}

.menu {
    vertical-align:top;
    display: inline-block;
    width:30%;
    max-width:400px;
    margin: 1%;
    box-shadow: 2px 4px 6px 4px rgba(0, 0, 0, .1)
}

.menu img {
    width: 90%;
    padding: 8px;
}

p {
    font-size: 14px;
    padding: 12px;
    line-height: 30px;
    font-weight: 400;
}