*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;

}

.box1 {
width: 1166px;
height: 142px;
background-color: brown;
}

h1{
   
    font-size: 75px;
    color: aliceblue;
    display: flex;
justify-content: center;

}

h2{
    font-size: 20px;
    color: aliceblue;
    display: flex;
    justify-content:center ;
}

.box2{
    border: 2px solid rgb(238, 235, 235);
    background-color: rgb(55, 55, 155);
    gap: 10px;
    display: flex;
    justify-content: center;
    border-style: dotted;
    margin-top: 15px;
}

p{
cursor: pointer;
font-size: 25px;
display: flex;
align-items: center;
height: 40px;
color: aliceblue;
}

@media (max-width:1000px) {
p{ font-size: 10px;}

}

p:hover{
background-color: rgba(178, 7, 7, 0.48);
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.one{
    font-size: 28px;
    padding-left: 10px;
    padding-right: 10px;
}
.two{
    font-size: 22px;
    padding-left: 10px;
    padding-right: 10px;
}
.three{
    font-size: 22px;
    padding-left: 10px;
    padding-right: 10px;
}
.four{
    font-size: 22px;
    padding-left: 25px;
    padding-right: 10px;
    
}
.five{
    font-size: 22px;
    padding-left: 10px;
    padding-right: 10px;
}
.six{
    font-size: 22px;
    padding-left: 10px;
    padding-right: 10px;
}


.footer{
border: 2px solid black;
/* height: 220px; */
font-size: 25px;
background-color: brown;
color: rgb(249, 251, 252);
justify-content: center;
flex-wrap: wrap;
display: flex;

}


.d{
   margin-left: 10px; 
   /* border: 2px solid black; */
   border-top: none;
   border-bottom: none;
   cursor: pointer;
   box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
   transition: 0.5s;
   
}

.d:hover{
    background-color: rgb(16, 16, 89);
    transform: scale(1.1);
}


.mi{
    color: aliceblue;
    text-decoration: none;
}

