body {
    background-color: #223a22;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

#cont {
    width: 700px;
    margin: auto;
    background-color: rgb(255, 149, 111);
    padding: 30px;
    border-radius: 35px;
    border: 33px solid white;
}

h1 {
    font-size: 40px;
    margin: 10px;
    text-align: center;
}

.description {
    font-size: 24px;
}

#cooktime {
    font-size: 24px;
    font-weight: bold;
}

.ingredients {
    font-size: 23px;
    line-height: 35px;
}

h2 {
    font-size: 30px;
    text-decoration: underline;
}

ol {
    line-height: 40px;
    font-size: 23px;
}

.time {
    font-weight: bold;
    color: rgb(106, 106, 106);

}

.astuces {
    font-size: 23px;
    line-height: 35px;
    list-style-type: none;
}

.external-link {
    color: rgb(0, 0, 0);
    font-size: 20px;
    color: rgb(195, 62, 0);
    font-weight: bold;
}

.home {
    color: rgb(0, 0, 0);
    font-size: 20px;
    float: right;
    font-weight: bold;
    color: rgb(195, 62, 0);

}

.deco {
    background-color: #ffe88e;
    border-radius: 23px;
    padding: 13px;
}