@import './assets/css/style.css';

a:disabled, i, div#item-count {
    cursor: default;
    color: rgb(185, 139, 139);
}
.header {
    margin-top:15%;
}
.header h1 {
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-decoration-color: crimson;
}
article {
    margin-top: 20px;
}
article {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.quienes, .como, .info {
    max-width: 600px;
    display: block;
    margin: 0 auto;
}
a#info{
    text-decoration: none;
    color: crimson;
    font-weight: 500;
}
p, a {
    display: inline;
}
p b {
    color: crimson;
    text-transform: uppercase;
}
p u {
    text-decoration-color: rgb(252, 128, 153);
    text-decoration-thickness:2px;
    color: rgb(70, 70, 70);
}
p i {
    text-decoration-style:wavy;
    font-weight: 600;
    text-transform: lowercase;
    text-emphasis-color: blue;
    color: rgb(228, 105, 105);
}
