*{
    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;
}

.box3{
    border: 2px solid black;
    
   
}

.box4{
    text-align: center;
    background-color: brown;
    color: aliceblue;
    font-size: 25px;
    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;
   
}

.pm img{
    width: 100%;
    height: 400px;

}

.text{
    color: black;
    text-align: center;
    
}
.box3 ul{
    margin-left: 5%;
    font-size: 20px;
}

.text2{
    color: black;
     font-size: clamp(20px, 4vw, 25px);
    background-color:rgb(165, 42, 42) ;
    color: aliceblue;
    text-align: center;
    
}

.text3{
   
    text-align: center;
}

.be {
    list-style: none;
    
    
}

.linkbox a{
    text-decoration: none;
}

.tex{
    color: rgb(249, 247, 247);
    background-color: rgba(42, 52, 165, 0.753);
    border: 1px solid black;
   height: 50px;
   text-align: center;
   display: flex;
   align-items: center;
   font-size: clamp(15px, 4vw, 20px);
   cursor: pointer;
  /*  border-style: dotted; */
   border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  margin-left: 0.5%;
  margin-right: 0.5%;
}

.tex:hover{
    background-color: rgb(165, 42, 42);
    
}




