

h1 {
    color: #6C5CE7;
    border-width: 3px;
    border-style: dashed;
    border-color: #451671;
    text-align: center;
}

.contenedor {
    text-align: center;
}

.Titulo {
    font-size: 3em;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #6C5CE7;
    color: white;
    border-radius: 5px;
}

.link {
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    color: #6C5CE7;
}
.link:hover {
    color: #00CEC9;
    text-decoration: underline;
}
h2 {
    background: linear-gradient(to right, white, #6C5CE7);
    border-width: 2px;
    border-style: solid;
    border-color: white;
    text-align: center;
}

body {
    background: linear-gradient(to bottom, #800040, #451671);
}

.Titulo {
    color: black;
    border-width: 3px;
    border-style: solid;
    border-color: white;
    text-align: center;
    padding: 10px;
}

.Titulo:hover {
    background: linear-gradient(to right, #800040, #451671);
    color: #451671;
    background-color: #800040;
}

.Titulo:active {
    gradient: linear-gradient(to right, #451671, #800040);
    background-color: #f0f0f0;
}

input:focus {
    outline: #451671 solid 2px;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}   

h1 {
    font-size: 2.5em;
    margin: 20px 0;
}   
h2 {
    font-size: 2em;
    margin: 15px 0;
}
p {
    font-size: 1.2em;
    line-height: 1.5;
}
a {
    color: #6C5CE7;
    text-decoration: none;
}
a:hover {
    color: #00CEC9;
    text-decoration: underline;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
}

.lorem_ipsum {
    color: whitesmoke;
    text-align: center;
    padding-left: 250px;
}

.dedicatoria {
    font-size: 1.5em;
    color: #6C5CE7;
    text-align: center;
    margin-top: 20px;
}