* {
  margin: o;
  padding: o;
  font-family; Arial, sans-serif;
  color: rgb(255, 255, 255)
}


body{
  
  width: 98%;
  background-image: url(11.gif);

  width: 98%;
  background-size: cover;
  background-repeat: repeat;
  display: flex;
  flex-direction: column;
  
  }
header{
   display: flex;
   width: 100%; 
   flex-direction:  row;
   justify-content: space-between;
   background-color:rgba(0, 255, 255, 0.404);
   border-color: aqua;
   width: 100%;
  height: 250px;
   border-style:solid;
   border-color: white;
}

li{
    font-size: 25px;
    color: black;
}

h1{
   font-size: 32px;
   color: white;
               }
section{
   font-size: 12px;
   color: white;
           }
article{
    display: flex;
   flex-direction: column;
   justify-content: space-around;
   padding: 5px; 
   margin: 10px;
    width: 1200px;
    height: 400px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 5px;
    border-radius: 25px;
   background-color: rgba(4, 217, 255, 0.548);
}
      
section{
    display: flex;
    flex-direction: row;
    justify-content: space-betweed;
    border-color:white
  }

footer{
  display: flex;
  flex-direction:  row;
  justify-content: space-between;
  background: rgba(0, 174, 255, 0.582);
  border-color:white
  
}
