        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            font-family: "Raleway", sans-serif;
            font-weight: 400;
            font-size: 24px;
            text-align: center;
        }

        .center {
            display: flex;
            justify-content: center;
        }

        .width-1120 {
            width: 1120px;
        }

        .max-width-1120 {
            max-width: 1120px;
        }

        .margin-out {
            margin-left: 160px;
            margin-right: 160px;
            
        }

        .margin-left-80-24-0 {
            margin-left: 80px;
        }

        .margin-right-80-24-0 {
            margin-right: 80px;
        }

        h1 {
            color: white;
            font-weight: bold;
            font-size: 96px;
            margin-top: 100px;
            margin-bottom: 0;
        }

        h2 {
            color: #9F0908;
            font-weight: bold;
            font-size: 80px;
            margin: 0;
            padding-bottom: 8px;
        }

        h3 {
            color: black;
            font-family: "Economica", sans-serif;
            font-weight: bold;
            font-size: 56px;
            margin: 0;
        }

        table {
            color: #675E54;
            font-weight: bold;
            font-size: 32px;
            width: 440px;
        }

        th {
            text-align: left;
            padding-bottom: 16px;
        }

        td {
            padding-bottom: 8px;
        }

        tr td:first-child {
            text-align: left;
        }

        tr td:last-child {
            text-align: right;
        }

        a {
            color: white;
            text-decoration: none;
        }

        a:hover {
            color: #FFBBD7;
        }

        .section-atf {
            color: white;
            background-image: url("./assets/img/1-header_hero_bg.jpg");
            background-attachment: fixed;
            background-size: cover;
            background-position: bottom;
            height: 100vh;
        }

        section {
            padding-top: 120px;
            padding-bottom: 120px;
        }

        .header-logo {
            width: 64px;
            aspect-ratio: 1 / 1;
            padding: 24px 0;
        }

        .button {
            background-color: #9F0908;
            padding: 8px 16px;
			border-radius: 10px;
			border: 2px white solid;
        }

        .button:hover {
            border-color: #FFBBD7;
        }

        .phone-icon {
            width: 24px;
            aspect-ratio: 1 / 1;
            vertical-align: text-bottom;
        }

        .container-header-parent {
            display: flex;
            justify-content: space-between;
        }

        .container-header-child {
            display: flex;
            gap: 40px;
            align-items: center;
        }

        .container-logo {
            align-content: center;
        }

        .container-h1-h2 {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .container-order-parent {
            display: flex;
            justify-content: space-between; 
        }

        .order-icon {
            width: 128px;
            padding-top: 56px;
            padding-left: 56px;
            padding-right: 56px;
            padding-bottom: 16px;
        }

        .section-menu {
            background-image: url("./assets/img/3-menu_section_our_menu_bg.jpg");
            background-size: cover;
            background-position: center;
        }

        .container-dish {
            padding-top: 56px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

        .dish-left {
            flex-direction: row;
        }

        .dish-right {
            flex-direction: row-reverse;
        }

        .dish-img {
            width: 352px;
            aspect-ratio: 1 / 1;
        }

        .section-location {
            padding-bottom: 0;
        }

        .maps-marker {
            width: 30px;
            aspect-ratio: 1 / 1;
            vertical-align: text-bottom;
        }

        .maps {
            width: 100%;
            height: 450px;
            border: 0;
            padding-top: 64px;
            padding-bottom: 0;
        }

        footer {
            background-color: #0A141E;
            height: 144px;
            display: flex;
        }

        .container-footer-parent {
            display: flex;
            flex: 1;
            justify-content: space-between;
        }
        
        .container-footer-child {
            display: flex;
            gap: 16px;
            align-items: center;
        }

        .show-mobile-logo-small {
            display: none;
        }

        .footer-logo {
            height: 44px;
        }

        .footer-icon {
            width: 40px;
            aspect-ratio: 1 / 1;
        }

        @media (max-width: 1280px) {
            .hide-mobile-menu {
                display: none;
            }

            body {
                font-size: 20px;
            }

            .margin-out {
                margin-left: 24px;
                margin-right: 24px;
            }

            .margin-bottom-8 {
                margin-bottom: 8px;
            }

            h1 {
                font-size: 72px;
            }

            h2 {
                font-size: 64px;
            }

            h3 {
                font-size: 32px;
            }

            table {
                font-size: 24px;
                width: 332px;
            }

            section {
                padding-top: 96px;
                padding-bottom: 96px;
            }

            .phone-icon {
                width: 22px;
            }

            .order-icon {
                width: 112px;
                padding-top: 40px;
                padding-left: 40px;
                padding-right: 40px;
                padding-bottom: 8px;
            }

            .container-dish {
                padding-top: 32px;
            }

            .margin-left-80-24-0 {
                margin-left: 24px;
            }

            .margin-right-80-24-0 {
                margin-right: 24px;
            }

            .maps-marker {
                width: 24px;
            }

            .maps {
                padding-top: 48px;
                height: 350px;
            }
        }

        @media (max-width: 767px) {
            body {
                font-size: 16px;
            }

            .margin-out {
                margin-left: 16px;
                margin-right: 16px;
            }

            h1 {
                font-size: 44px;
            }

            h2 {
                font-size: 40px;
            }

            th {
                padding-top: 16px;
                padding-bottom: 8px;
            }

            section {
                padding-top: 72px;
                padding-bottom: 72px;
            }

            .header-logo {
                width: 40px;
                padding: 12px 0;
            }

            .button {
                padding: 4px 12px;
            }

            .phone-icon {
                width: 18px;
            }

            .container-order-parent {
                flex-direction: column;
            }

            .order-icon {
                padding-top: 32px;
                padding-left: 0;
                padding-right: 0;
            }

            .container-dish {
                flex-direction: column;
            }

            .margin-left-80-24-0 {
                margin-left: 0;
            }

            .margin-right-80-24-0 {
                margin-right: 0;
            }

            .maps-marker {
                width: 20px;
            }

            .maps {
                padding-top: 40px;
                height: 250px;
            }

            footer {
                height: 86px;
            }

            .hide-mobile-logo-big {
                display: none;
            }

            .show-mobile-logo-small {
                display: block;
            }

            .footer-icon {
                width: 32px;
            }
        }

        @media (max-width: 400px)  {
            .dish-img {
                width: 100%;
            }

            table {
                width: 273px;
            }
        }