*{
    font-size: 25px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 400;
}
body{
    margin: 50px 50px;
}

.main-title{
    font-size: 50px;
    text-align: center;
    font-weight: 800;
}

.banner-image{
    max-width: 100%;;
}


.welcome-text{
    font-weight: 600;
    font-size: 40px;
    text-align: center;
}

.navigation{
    text-align: center;
}

.aboutus{
    background-color: blanchedalmond;
    text-align: center;
    padding: 10px 30px;
    margin: 30px;
}

.restraurant-pic{
    height: 500px;
    margin-bottom: 20px;
}

hr{
    border: 1px solid black;
}

h1{
    font-size: 50px;
    text-align: center;
}

.foods{
    height: 400px;
}

.products{
    background-color:blanchedalmond;
    margin: 20px;
    padding-top: 30px;

}

.foods{
    margin-left: 300px;
    margin-bottom: 100px;
    border: 10px solid white;
}

ol{
    float: right;
    margin-right: 100px;
    margin-top: 100px;
}

.locations{
    text-align: center;
    
}

.loc-centers{
    font-size: 18px;

}
