body {
    background-color: rgb(255, 251, 245);
    margin: 1rem 5rem 1rem 5rem;
}

h1, h2, h3, p, li, a {
    color: #08090f;
    font-family: 'Space Mono', monospace;
    font-weight: 500;
}

a {
    font-size: 1.3rem;
}

li {
    font-size: 1.1rem;
}

p {
    font-size: 1rem;
}

a::before {
    color: #08090f;
}

a:hover {
    color: #a80000;
    font-weight: 700;
}

.box {
    border: #08090f 2px solid;
    padding: 2rem;
    margin-top: 3rem;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.media {
    width: 100%;
    
}

.websites {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    border: #08090f 2px solid;
    padding: 2rem;
}

.recipe-websites,
.regular-websites {
    width: 45%; /* Adjust the width as needed */
    box-sizing: border-box;
}