body{
    background-color:white
}

.christmas{
    background-image:url("../img/bakgrunner/christmas.avif");
    background-repeat: no-repeat;
    background-size: cover;
}

.menu-card{
    height:100%;
    position: relative;
    margin-top: 30px;
    margin-bottom:30px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    box-shadow: rgba(1, 14, 40, 0.08) 0px 8px 30px -5px;
    border-radius: 8px;
}

.p-notice{
    color:grey;
    font-size: 12px;
}

.christmas-box{
    border: solid 1px white;
    text-align: center;
    background-color: #232229;
}

@media only screen and (max-width: 600px) {
    .christmas-box{
        margin-top:20px;
    }

    .box-menu{
        color: #DBC67F;
        padding: 25px;
    }
  }