body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #FDFFFF;
    color: #280000;
    overflow-x: hidden;
}

.navbar {
    background-color: #570000;
}

.navbar-brand,
.nav-link {
    color: #FDFFFF !important;
    font-weight: bold;
}

.hero-section {
    background-image: url('https://images.unsplash.com/photo-1601924582975-7c9c7cc27314');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    color: #FDFFFF;
}

.hero-overlay {
    background-color: rgba(40, 0, 0, 0.7);
    padding: 50px;
    border-radius: 20px;
}

.section-title {
    color: #B10F2E;
    margin-top: 60px;
    margin-bottom: 30px;
}

.about-section,
.menu-section,
.contact-section {
    padding: 60px 20px;
}

.footer {
    background-color: #280000;
    color: #FDFFFF;
    padding: 30px 0;
}

.btn-primary {
    background-color: #DE7C5A;
    border-color: #DE7C5A;
}

    .btn-primary:hover {
        background-color: #B10F2E;
        border-color: #B10F2E;
    }

.pizza {
    width: 100%;
    height: 100%;
    display: block;
    cursor: move;
}
html {
    height: 100%;
    background: #fdb;
}