@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Collegiate+One&family=Gasoek+One&family=Roboto:ital,wght@0,900;1,900&family=Vina+Sans&display=swap');
body {
    background-color: #D9D9D9;
    font-family: 'Gasoek One', sans-serif;
}

.main-day {
    margin : 0 auto;
    margin-top: 30px;
    width: 50%;
    background-color: #E3DCDC;
    border: 4px solid #CAC5C5;
    border-radius: 5px;
    text-align: center;
}

.main-day p {
    color: #EFEFEF;
    font-size: 35px;
    font-weight: 900;
    margin: 0;
    -webkit-text-stroke: 0.3px #CAC5C5;
}

.today-menu {
    border: 6px solid #CAC5C5;
    border-radius: 10px;
    width: 400px;
    margin: 0 auto;
    margin-top: 50px;
    height: 550px;
    position: relative;
    text-align: center;
    background-color: #E3DCDC;
}

.today-menu-donghwa {
    position: absolute;
    top: -15px;
    left: -19px;
    color: #FFFFFF;
    font-size: 15px;
    -webkit-text-stroke: 0.5px #CAC5C5;
    font-weight: 900;
    margin: 0;
    padding: 0 10px;
}

.credit{
    color: #FFFFFF;
    -webkit-text-stroke: 1px #CAC5C5;
    font-size: 10px;
    margin: 0 auto;
}

.today-menu-content{
    color: #EFEFEF;
    font-size: 1.5rem;
    -webkit-text-stroke: 2px #CAC5C5;
}
.menu-lists {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}

.menus-list {
    margin: 0;
    box-sizing: border-box;
}


@media (max-width : 500px) {
    body{
        height: 20px;
    }
    .main-day{
        width: 15.5rem;
        height: 100px;
        margin: 0;
        text-align: center;
    }
    .main-day p {
        margin: 20px;
        font-size: 27px;
    }
    .today-menu{
        width: 15rem;
        margin-right: 10px;
    }
}
