a {
    color: #317AC1
}

a:hover {
    color: #E1A624;
    text-decoration: none;
}

body{
    height: 97%;
}

#box {
    background-color: #D4D3DC;
    position: relative;
    padding: 10px;
    width: 800px;
    margin: auto;
    height: 100%;
}

img {
    width: 700px;
}

body {
    background-color: #E1A624;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #384454;
    text-align: justify;
    font
}

html {
    width: 100%;
    height: 100%;
}

h1 {
    border-bottom: 5px dashed #E1A624;
    padding: 10px;
}

#cook-time {
    font-weight: bold;
}

header {
    text-align: center;
}

footer {
    height: 110px;
}

.time {
    color: rgb(84, 84, 84);
    font-style: italic;
}
