header{
        background-color: rgb(211, 23, 23);
        display: flex;
        align-items: center ;
        padding: 2px;
        gap: 5px;
        
    }

    header img {
        width: 120px;
        height: 100px;
        
    }
    header h1{
        font-size: 40px;
        font-family:  'Montserrat', sans-serif; 
        color: rgb(143, 143, 143);
    }
    .headerlogo {
        position: relative;
    }

    div nav{
        border: 2px solid black;
        margin: 5px;
        padding: 5px;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .link {
        padding: auto;
        color: rgb(16, 53, 4);
        text-decoration: none;
        font-size: 17px;
        font-weight: bold;

    }

    a:hover {
        text-decoration: none;
        color: red;
    }
    

    #body{
        background-color: rgb(202, 226, 62);
        margin: 0%;
    }

    #page {
        width: 1000px;
        height: 700px;
    }

    #div {
        display: flex;
        justify-content: center;
        position: relative;
        margin: 10px 10px;
    }

    .banner {
        width: auto;
        height: 400px;
        
        
    }
    #pizza1 {
        position: absolute;
        width: 27%;
        padding: 20px 45px;

    }

    #NUEVASOFERTAS {
        position: absolute;
        width: 550px;
        height: 100PX;
        background-color: rgb(255, 149, 0);
        bottom: 15px;
    }

    .p {
        text-align: center;
        font-size: 35px;
        
        font-weight:bold ;
        color: rgb(0, 0, 0);
        border: 2px solid rgb(255, 0, 0);
        width: auto;
        height: auto;

    }

    #extra {
       background-color: rgb(180, 160, 47);
        height: 400px;
        margin: 60px 80px 0px 80px;
        display: flex;
        justify-content: center;
        gap: 0px;
    }

    .first{
        background-color: rgb(255, 248, 30);
        height: 260px;
        width: 190px;
        padding: 20px;
        margin: 50px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .imghome{
        width: 190px;
        height: 160px;
        
    }


    footer {
        background-color: brown;
        display: flex;
        flex-direction: row;
        align-items: center;
        
        
    }

    footer img {
        width: 90px;
        height: 80px;
        
        }

        footer p{
            padding-top: 15px;
            font-size: 14px;
            font-family: "Roboto, sans-serif";
        }

        .homename {
            margin: 0%;
        }

        /* ---------------------------------------------------------------------------------------------------------------------------- */
                                                            /* MENU PAGE */

#titulo {
    margin-left: 100px;
    margin-top: 60px;
    font-size: 40px;
}

.menupizza {
    background-color: rgb(255, 248, 30);
        height: 150px;
        width: 490px;
        padding: 20px;
        margin: 10px 20px 30px 130px;
        display: flex;
        flex-direction: row;
        gap: 15px;
        text-align: left;
        
}

.crispy{
        width: 220px;
        height: 150px;
        
    }

 .names {
    margin: 0px;
    padding: 10px;
    text-align: center;
 }

 .content {
    display: flex;
    flex-direction: column;
    
 }
 /* ---------------------------------------------------------------------------------------------------------------------------- */
                                                    /*CONTACT PAGE*/
#redes {
    height: 203px;
    margin-left: 105px;
    margin-top: 70px;
}

 #hours {
    margin-left: 100px;
 }

.logo {
    width: 2%;
}

#h3 {
    margin-left: 120px;
}

.list{
    list-style: none;
}