          body {
            font-family: Arial, sans-serif;
            margin:0;
            padding:0;
            background-color:rgb(247, 247, 247);
        }
        h1 {
            color: #333;
        }
        html{
        background-color:rgb(247, 247, 247);
        }
        .container {
            background-color:rgb(247, 247, 247);
            width:50%;
            padding: 20px;
            margin: auto;
        }
        .nav{
             background-color:rgb(247, 247, 247) !important;
        }
        label {
            font-weight: bold;
        }
        input[type="text"], textarea {
            width: 100%;
            padding: 8px;
            margin: 8px 0;
            box-sizing: border-box;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        input[type="submit"] {
            background-color: #4CAF50;
            color: white;
            padding: 10px 15px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }
        input[type="submit"]:hover {
            background-color: #45a049;
        }
        .instructions {
            margin-bottom: 20px;
            font-size: 14px;
            color: #555;
        }
       #foodVendors{
        margin-top:60px;   
        margin-bottom: 20px;
        color: #26657a;
        font-weight: bold;
    } 
    #liveToastBtn:hover{
    background-color: #be3a3a;
    color:antiquewhite;
    font-weight: bold;
    cursor: pointer;
    }
    .back-arrow {
        text-decoration: none;
        color: #26657a;
        font-weight: bold;
        display:flex;
        text-align: left;
        margin-bottom: 15px;
        margin-left:20px;
    }
    #myFile{
        margin-top:10px;
        margin-bottom:30px;
    }
    textarea{
     width:80%;
    }
   
    #businessName, #locations,#locationType,#operatingHours {
        width:80%;
    }
    .container{
     align-items: center;
     margin-left: 30%;
    }