body, html {
    height: 100%;
}

body {
    padding-bottom: 10px;
}

html {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #0e0e0e;
    background-size: cover;
    background-position: left;
    background-size: contain;
    color: #F4E7E1;
}

#top {
    color: transparent;
    font-size: 0;
    background-color: transparent;
}

.containers {
    filter: drop-shadow(0 2px 10px #9634166b);
    border-radius: 10px;
    background-color: #963316;
    margin: 20px 0 25px 10px;
}

.title-container {
    width: fit-content;
    font-size: 30px;
    padding: 5px 40px 5px 40px;
    text-align: center;
    background-color: #963316;
}

.homepage {
    text-align: center;
    font-size: 30px;
    width: 180px;
    height: 60px;
    padding: 3px;
    padding-top: 20px;
}

.description {
    padding: 1px 10px 15px 16px;
    width: 25%;
}

.ingredients {
    padding: 5px 0 16px 25px;
    width: 40%;
}

.ingredients ul li {
    margin-bottom: 10px;
}

.instructions {
    padding: 5px 50px 16px 25px;
    width: 40%;
    display: inline-block;
}

.instructions ol li {
    margin-bottom: 20px;
}

a {
    color: #F4E7E1;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}