 
   

body{
display: flex;
flex-direction: column;
width: 1240;
background-image: url(boraa.avif);
background-size: cover;
background-repeat: no-repeat;
min-width: 400px;
max-width: 1440px;
}


header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: gray;
  color: white;
  width: 1250px;
 padding: 25px;
  background-color: rgba(4, 4, 19, 0.219);
  height: 200px;
  border-style:solid;
  border-color: rgb(170, 170, 170);
  border-radius: 25px;
  border-width: 5px;
}
   



div{
    display: flex;
   flex-direction: column;
   justify-content: space-around;
   padding: 5px; 
   margin: 20px;
    width: auto;
    height: 400px;
    border-style: solid;
    border-color: black;
    border-width: 5px;
    border-radius: 25px;
   background-color: rgba(0, 255, 255, 0.158);
}

h1{
   font-size: 60px;
   color: white;
               }
h2{
   font-size: 18px;
     color: white;
}

p{
   font-size: 20px;
   color: white;
}

li{
   margin: 1px;
   padding-left: 25px;
   font-size: 13px;
   color: white;
}
section{
   font-size: 10px;
   color: black;
           }


      
section{
    display: unset;
    flex-direction: row;
    justify-content: space-betweed;
    width: 400px;
    flex-direction: column;

                        
   }

footer{
  display: flex;
  flex-direction:  row;
  justify-content: space-between;
  background: black;
  
}