body {
    background-image: url(fondo.avif);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    

}

section {
    margin-left: 30px;
    margin-top: 30px;
    padding: 60px;
    border-color: aquamarine;
    border-radius: 40px;
    background-color: rgba(27, 42, 253, 0.623);
    border-style: solid;
    width:  1080px;
    height: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

article {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    height: 200px;
    margin: 15px;
    padding: 15px;
    border-radius: 25px;
    background-color:rgba(0, 255, 255, 0.418);
  border-style:solid;
  border-color:aqua;
  border-radius: 25px;
  border-width: 5px;
    box-shadow: 5px 5px 10px aqua;
}

.article1{
        display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    height: 100px;
    margin: 15px;
    padding: 15px;
    border-radius: 25px;
    background-color:rgba(0, 255, 255, 0.082);
  border-style:solid;
  border-color: aqua;
  border-radius: 25px;
  border-width: 5px;
    box-shadow: 5px 5px 10px aqua ;

}

.article2{
        display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    height: 110px;
    margin: 15px;
    padding: 15px;
    border-radius: 25px;
    background-color: rgba(0, 255, 255, 0.329);
  border-style:solid;
  border-color:aqua;
  border-radius: 25px;
  border-width: 5px;
    box-shadow: 5px 5px 10px aqua;

}

.article3{
        display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    height: 400px;
    margin: 15px;
    padding: 15px;
    border-radius: 25px;
    background-color: rgba(0, 255, 255, 0.438);
  border-style:solid;
  border-color:aqua;
  border-radius: 25px;
  border-width: 5px;
    box-shadow: aqua;

}

h3{
    color: brown;
    font-size: 15px;
}

p{
    font-size: 12px;
}