* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: #f8fafc;
    min-height: 100vh;
    display: flex;
    
    justify-content: center;
    padding: 20px;
    line-height: 1.6;
    color: #334155;
}
.cointainer {
    background: white;
    border-radius: 12px;
    padding: 32px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
#header {
    text-align: center;
    margin-bottom: 32px;
    font-size: 1.875rem;
    font-weight: 700;
    color: #1e293b;
}
.restaurant_name{
    border-style: solid;
    border-width: 5px;
    border-color: #6366f1;
    border-radius: 8px;
    vertical-align: middle;
    font-weight: bold;
    padding: 20px;
}
.pic{
    padding: 20px;
}
