h1{
  color: rgb(255, 196, 255);
  font-size: 50px;
}

h2{
  color:gray
  font-size: 20px;
  text-align: center;
  font-family: system-ui;
  text-decoration: underline;
}

image img{
border: solid 5px blueviolet
border-radius: 20px 
}

a, a:visited{
  text-decoration: paleturquoise;
}

#banner {
  background-color: #bd7ff8;
}

#banner #logo{
  text-align: center;
  display: inline-block;
  width: 15% !important;
}

#banner #logo img{
  width: auto;
  max-height: 180px;
}

#banner #title{
  text-align: center;
  display: inline-block;
  width: 80% !important;
}

.call_to_action{
  text-align: center;
  margin-bottom: 5px;
}

.call_to_action .label{
  padding: 25px;
  border: solid 5px rgb(153, 201, 255);
  width: 235px;
  border-radius: 15px;
  background-color: rgb(145, 137, 151);
  color: #e9dcff;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-weight: bold;
  display: inline-block;
}


#advise{
  font-style: comic;
  font-size:25px;
}
      
.articulo{
  display: flex;
  flex-wrap: wrap;
}

.articulo .card{
  display: inline-block;
  width: 45% !important;
  vertical-align: top;
}

.articulo .card .description{
  font-size: 25px;
  font-family: system-ui;
}

.articulo .card .price{
  font-size: 32px;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  color: rgb(153, 227, 250);
  padding-right: 25px;
  background-color: #e49dee;
}


.articulo .image{
  display: inline-block;
  width: 45% !important;
  text-align: center;
}

.articulo .image img{
  width: auto;
  max-height: 350px;
  max-width: 100%;
}

#end{
  background-color: rgb(193, 85, 255);
  color: rgb(237, 213, 253);
  padding: 20px 5px 20px 5px;
  text-align: center;
}

#end a, #end a:visited{
  color: rgb(165, 106, 243);
  text-decoration: underline dotted ;
}


@media (max-width: 700px){
  #banner #logo {
    width: 100% !important;
  }

  #banner #title{
    width: 100% !important;
  }

  .articulo .card{
    order: 1;
    width: 100% !important;
  }

  .articulo .image{
    order: 2;
    width: 100% !important;
  }
}