html, body {
    height: 100%;
    
}

body {
    align-items: center;
    background-color: rgb(158, 156, 156);
    color: rgb(36, 2, 117);
    font-family: 'Courier New', Courier, monospace;
    }
textarea {
    font-size: 14px;
    background-color: crimson;
    color: gold;
    border: double;
    border-color: darkgoldenrod;
}
div h1 {
    font-size: 30px;
    text-align: center;
    text-decoration: underline overline; 
    align-items: center;
     }
div figure {
        text-align: center;
        border: outset;
        border-width: 5px;
        border-color: firebrick;
        border-radius: 50%;
}
table {
    border: double;
    border-width: 3px;
    border-color: black;
    text-align: center;
     color: blueviolet;
}    

td {
    border: double;
    border-width: 3px;
    border-color: black;
    text-align: center;
     color: blueviolet;
}
div iframe {
    border: purple;
    border-width: 4px;
    align-items: center;
}
a:link {
    color: rgb(0, 255, 0);
    text-decoration: none;
}
a:visited {
    color: brown
}
a:hover {
    text-decoration: underline;
    color: teal;
}
a:active {
    color: gold;
}
ul {
        list-style-type: square;
     }
.lista {
    list-style-type: '⚡';
}
.tags {
    list-style-type: '🌎';
}