.logo {
    text-align: center;
    margin-bottom: 2vw;
}

.mission {
    font-size: 20pt;
    text-align: center;
}

.page {
    margin-top: 1vw;
    width: 60%;
    padding: 20%;
    padding-top: 4vw;
    background-color: #ffffff;
}

body {
    font-family: "Roboto","Helvetica",sans-serif;
}

.hours {
    text-align: center;
    margin-bottom: 5vw;
}

.hours-header {
    font-size: 28pt;
    padding-bottom: 1vw;
}

.days {
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.day {
    margin: 0.5vw;
}

.about {
    text-align: center;
    margin-bottom: 5vw;
}

.about-header {
    font-size: 28pt;
    padding-bottom: 1vw;
}

.about-text {
    font-size: 14pt;
    margin-bottom: 5vw;
}

.menu {
    text-align: center;
    align-items: center;
    margin-bottom: 5vw;
}

.menu-header {
    font-size: 28pt;
    padding-bottom: 1vw;
}

.menu-table {
    justify-content: center;
    margin: auto;
}

.location-header {
    font-size: 28pt;
    padding-bottom: 1vw;
}

.location-text {
    font-size: 14pt;
    margin-bottom: 5vw;
}

table {
    font-size: 14pt;
    border-spacing: 0 1vw;
}

.staff {
    text-align: center;
    margin-bottom: 5vw;
}

.staff-header {
    font-size: 28pt;
    padding-bottom: 1vw;
}

.staff-text {
    font-size: 14pt;
    margin-bottom: 5vw;
}

.staff-text div {
    margin-bottom: 1vw;
}

.imgblock {
    width: 100%;
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 5vw;
}

.food {
    display: inline-block;
    margin: auto;
    width: 278px;
    height: 256px;
}