@import url(https://fonts.googleapis.com/css2?family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap);
:root {
    --gualdo: #ffac26;
    --len1: #425600;
    --len2: #ffffff;
    --sec1: #c6abf3;
    --sec2: #000000;
    --gris: #262a2e;
    --acero: #42576c;
    --plomo: #888888;
    --fondo: #160c0b;
    --cabecera: #030d0b;
}

html {
    font-size: 120%;
}

@media (min-width: 1080px) {
    html {
        font-size: 150%;
    }
}

a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
}

body {
    /*font-family: "Elsie", serif;*/
    /*font-family: "Arima", system-ui;*/
    /*ont-family: "Noto Serif", serif;*/
    /*font-family: 'Times New Roman', serif;*/
    /*font-family: Georgia, serif;*/
    /*font-family: Garamond, serif;*/
    font-family: "STIX Two Text", serif;
    font-weight: 300;
    background: var(--fondo) url(/img/fondo.png) repeat center top;
}

body > div {
    margin:auto;
    width: 90%;
}

@media (min-width: 600px) {
body > div {
    width: 80%;
}
}

@media (min-width: 810px) {
    body > div {
    width: 70%;
}
}
@media (min-width: 1200px) {
    body > div {
    width: 60%;
}
}

h1 {
    text-align: center;
    color: var(--gualdo);
    background: var(--gris);
    border-radius: 20px;
}

h4 {
    display: block;
    text-align: center;
    line-height: 1.75em;
    color: white;
    background: var(--fondo);
    border: 1px solid white;
    border-radius: 20px;
}

h3 {
    margin: 0px;
    color: var(--sec1)
}

div > div {
    line-height: 1.45em;
    background: var(--fondo);
    border: 1px groove var(--gualdo);
    border-radius: 10px;
    box-shadow: 0px -5px var(--gualdo);
    margin: 20px auto;
}

ul {
    list-style: "💠 ";
}

.footer{
    position:relative;
    font-family: Georgia, serif;;
    font-size: 1.2em;
    bottom: 0;
    color: white;
    text-align: center;
    padding: 20px 10px 10px 20px;
    background-color: var(--len1);
}

button {
    background: none;
}
