@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Toto&display=swap');
div {
    text-align: center;    
}
div a {
    text-decoration: none;
    width: 60px;
    color: white;
    padding: 5px;
    border-radius: 2px;
    font-family: inherit;
    background-color: rgb(37, 25, 25);
    font-weight: bold;
}
div a:hover {
    background-color: rgb(71, 53, 53);
    
}
body {
    background-color: rgb(228,204,158);
    font-family: 'Noto Serif Toto', serif;
}
.texto {
    background-color: white;
    max-width: 1100px;
    min-width: 220px;
    margin: auto;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.453); 
    margin-top: 60px;
    position: sticky;
    overflow-x: auto;
}
li {
    margin: 3px;
}
p {
    text-align: justify;
}