#oven {
    width: 100%;
    height: auto;
}

h1 {
    display: flex;
    justify-content: center;
    color: rgb(92, 65, 30);
    background-color: rgb(161, 161, 161);
    border-radius: 15px;
}

body {
    background-color: rgb(236, 236, 236);
}