*{
    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;
}

.box3 a{
    text-decoration: none;
}

.box3{
   
    
    transition: font-size 0.1s ease;
    font-size: 25px;
    height: 1000px;
}

.box4{
    border: 2px solid black;
    text-align: center;
    font-size: 25px;
    background-color: rgba(178, 7, 7, 0.782);
    color: aliceblue;
}

.box3 ul:hover{
    transform: scale(1.01);
    box-shadow: rgb(5, 5, 9) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}



@media (max-width: 1000px) {
  .box3 {
    font-size: 12px;
  }
}

@media (max-width: 1000px) {
  p {
    font-size: 11px;
 
  }
}

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;
}