main {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#prodart {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
 
div.article {
    display: flex;
    margin-top: 50px;
    border-radius: 15px;
    width: 80%;
    height: 600px;
    box-shadow: 0 4px 30px rgba(232, 190, 51, 0.619);
    backdrop-filter: blur(9.3px);
    -webkit-backdrop-filter: blur(9.3px);

}

.image {
    display: block;
    height: 100% ;    
    color: black;
    text-decoration: none;
    width: 30%;
    align-items: center;
    text-align: center ;
}

.image img {
    height:90% ;
    width: 90%;
    border-radius: 10px;
}

.image figure {
    margin-top: 3em;
    margin-bottom: 1em;
    margin-right: 1em;
    margin-left: 1em;
}

.description {
    display: block;
    height: 400px ;    
    color: black;
    text-decoration: none;
    width: 60%;
    text-align: left;
    font-size: large;
}

.description h2 {
    text-align: center;
    margin-top: 1.5em;
}

.description p.last {
    margin-bottom: 2em;
}

.description a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    margin: 4em 2em;
    padding: 10px;
    border-radius: 15px;
    background-color: #fff;
    border: #ffe185 2px solid;
    transition: background-color 0.3s ease;
}

.description a:hover{
    background-color: #ffe185;
    box-shadow: 0 4px 30px rgba(232, 190, 51, 0.619);

}

body {
  font-family: sans-serif;
}

#nombreprod {
  display: flex;
  align-items: center;
  background: #e6e6e6;
  border-radius: 999px;
  padding: 0px;
  width: fit-content;
  margin: auto;
}

.btn {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  transition:  0.2s;
}

.btn:hover {
  background: rgba(0, 0, 0, 0.1);
}

.value {
  min-width: 32px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

button.vtmsize {
    background-color: white;
    border: #ffe185 2px solid;
    border-radius: 8px;
    padding: 10px 15px;
    margin: 5px;
    margin-bottom: 3em;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;

}
button.vtmsize:hover {
    box-shadow: 0 4px 30px rgba(232, 190, 51, 0.619);
}
button.vtmsize:active {
    border: orange 2px solid;
}

button.vtmsize:focus {
    border: orange 2px solid;

}