*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
    background: #d6ab81;
    color: #c24a4a;
}
header{
    background-color: rgba(129, 107, 5, 0.333);
    background: linear-gradient(130deg,rgba(0, 0, 255, 0.795), rgba(255, 192, 203, 0.507));
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    color: rgb(10, 75, 150);
}

section{
    text-align: center;
    background-color: white;
    
}
.primeraimagen{
    background-image: url(/images/roblox-innovation-awards-2024-the-full-list-of-winners_4bak.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: opacity(0.7);
    width: 100%;
    text-align: center;
    text-align: center;
    padding: 50px 20px;
    
}
.subtitulo{
    font-size: 40px;
    color: white;
    -webkit-text-stroke-color: rgba(58, 4, 59, 0.699);
    -webkit-text-stroke-width: 1.5px;
    padding-bottom: 20px;
    font-family: fantasy;
}
.parrafouno{
    color:white;
    line-height: 1.5;
    font-size: 30px;
    -webkit-text-stroke-color: rgba(10, 10, 10, 0.959);
    -webkit-text-stroke-width: 1.5px;
    font-size: clamp(24px, 5vw, 48px);
    font-family: fantasy;
}
.segundaimagen{

    display: flex;
}

.caracteruno{
    display: block;
    font-family: fantasy;
    text-align: center;
    line-height: 2;
    font-size: 30px;
    justify-content: center;
}
.listuno{
  display: block;
  font-size: 20px;
  text-align: justify;
  list-style-type: disc;
  padding-left: 40px;
}


nav a {
  color: white;
  margin: 0 15px;
  text-decoration: none;
  }
  
.productos {
  padding: 40px 20px;
  text-align: center;
}
  
.producto {
  display: inline-block;
  width: 200px;
  margin: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  padding: 10px;
}
  
.producto img {
    width: 100%;
    border-radius: 10px;
  }
  
button {
    background: #8e6e53;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}
  
.contacto {
    background: #f1e8dc;
    padding: 40px 20px;
    text-align: center;
}
  
  form input, form textarea {
    width: 60%;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    justify-content: center;
    align-items: center;
  }
  
  footer {
    background-color: rgba(129, 107, 5, 0.333);
    background: linear-gradient(130deg,rgba(199, 72, 110, 0.795), rgba(11, 15, 224, 0.507));
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    color: rgb(10, 75, 150);
  }
