.contenido {
background-color: #470C62;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: var(--variable-collection-spacing-1) 15px 100px 15px;
position: relative;
height: auto;
}
.texto {
margin-top: 1rem;
color: #ccc;
text-align: justify;
font-size: 20px;
}
.titulo {
font-family: 'Raleway', sans-serif;
text-align: center;
font-size: clamp(3rem, 6vw, 4rem);
font-weight: bold;
color: #ccc;

}
@font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-Medium.ttf)format(truetype);
}
h2 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  padding-bottom: 4px;
  font-weight: bold;
  font-size: 27px;
}

.contenido  ul {
  margin-bottom: 1em;
  
}

.contenido ul {
  margin-left: 20px;
  list-style-type: disc;
}

a {
  text-decoration: none;
  color: #ccc;
}
a:hover {
    color:blueviolet;
}




