
body {
    background-image: url("../img/seamless-background-theme-restaurant-menu_600765-9940.avif");
    margin: 0;
    padding: 0;
}

h1, h2, p {
    text-align: center;
}

h1 {
    font-family: "Playwrite DE Grund", cursive;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    padding-top: 15px;
    color: rgb(0, 0, 0);
    font-size: 45px;
}

h2{
    font-family: "Playwrite DE Grund", cursive;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 30px;
}

p {
    text-align: center;
}

.topHR {
    background-color: rgb(61, 0, 0);
    width: 80%;
    height: 7px;
    border: none;
}

.menuHR {
    background-color: rgb(0, 0, 90);
    width: 100%;
    height: 4px;
    border: none;
}

.menu{
    width:80%;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/Menu-Background-scaled.jpg");
    background-size: cover;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 50px;
    border-style: solid;
    border-color: black;
    border-width: 8px;
 
}

.title, .date, .option, .flavor, .dessert, .price, .soup{
    color: rgb(160, 167, 255);
}
.flavor, .dessert, .soup {
    text-align: left;
    width: 49%;
}

.price {
    text-align: right;
    width: 49%;
}

.item {
    line-height: 1.25;
}

.item p {
    display: inline-block;
    font-size: 20px;
}

footer{
    padding: 10px 0 20px 0;
    margin: 0;
}

footer a{
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
}

.column1 {
    width: 100%;
}

.column2 {
    width: 100%;
    float: right;
}

@media (min-width: 800px){
    .column1 {
        width: 50%;
        margin: 20px;
        float: none;
    }
    
    .column2 {
        float: right;
        width: 44%;
        margin-top: -1060px;
    }
}
