        /* CSS FOOTER */

        #footer {
            /* width: 1920px; */
            display: flex;
            flex-wrap: nowrap;
            height: 150px;
            background-color: #5b5b5b;
            align-content: center;
            justify-content: center;
            margin: 0px auto;
            /* padding-bottom: 20px; */
        }

        #logo-footer {
            display: block;
            box-sizing: border-box;
            width: 150px;
            margin: 30px 70px;
            /* background-color: yellow; */

        }

        #menu-footer {
            box-sizing: border-box;
            width: 280px;
            display: flex;
            flex-wrap: wrap;
            margin-left: 30px;
            margin-top: 10px;

        }

        .menu-footer-button {
            width: 120px;
            height: 30px;
            box-sizing: border-box;
            color: white;
            margin: 10px;
            text-align: left;
            text-transform: uppercase;
            font-size: 18px;
            transition: 0.2s;
        }

        .menu-footer-button:hover {
            font-size: 18px;
            color: #d9c066;
            text-decoration: none;
            transform: scale(1.1);

        }

        #address {
            color: white;
            display: block;
            margin-left: 200px;
            margin-top: 20px;
            padding-left: 20px;
            font-size: 20px;
            line-height: 30px;
            box-sizing: border-box;
            width: 650px;
            background-image: url(images/que.png);
            background-position: left;
            background-repeat: no-repeat;
            background: size 5px;

        }


        /* CSS FOOTER END */

        /* CSS COPYRIGHT START*/
        #copyright {
            /* display: flex;
            justify-content: center; */
            color: white;
            background-color: #5b5b5b;
            height: 120px;
            text-align: center;
            padding-top: 20px;
            font-size: 17px;
            box-sizing: border-box;

        }

        /* CSS COPYRIGHT END*/