body{
  width: 1360px;
  background-image: url(images/fondoo.avif);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}
header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: gray;
  color: white;
  width: 1200px;
  padding: 25px;
  background-color: black;
  height: 200px;
  border-style:solid;
  border-color: gray;
  border-radius: 25px;
  border-width: 5px;
}

li{
  color: white;
}

h1{
   font-size: 32px;
   color: red; 
                   }
section{
   font-weight: 300;
   font-size: 24px;;
   color: black;
}
article{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px;
  margin: 10px;
  width: 1200px;
    height: 400px;
    border-style: solid;
    border-color: red;
    border-width: 5px;
    border-radius: 25px;
    background-color: black;
  
}

section{
  margin: 10px;
  padding: 25px;
  display: flex;
  flex-direction: row;
  justify-content: row; 
}      

footer{
  display: flex;
  flex-direction: row;
  justify-content: row;
  padding: 25px;
  margin: 10px;
  background: gray;
  background-color: black;
  color: blue;
  width: 1200px;
  height: 200px;
  border-style: solid;
  border-color: grey;
   border-radius: 25px;
  border-width: 5px;
}

h1{
  color: aqua;
  font-family: 'Times New Roman', Times, serif;
}

h2{
  color: green;
  font-family: 'Times New Roman', Times, serif;
}
