a:link {
    color: #808080;
}

a:visited {
    font-style: italic;
    color: inherit;
}

a:hover {
    background-color: white;
}

a:active {
    color: #808080;
}
    
ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    max-width: 800px;
}

li {
    display: inline-block;
    margin: 0 10px;
    padding: 5px;
}
        
img {
    box-shadow: 10px 10px 10px grey;
}

@font-face {
    font-family: "Little Days Alt";
    src: url('Little Days Alt.ttf');
}

h1 {
    visibility: visible;
    font-family: "Little Days Alt";
    font-size: 40px;
}
        
body {
    font-family: Arial, sans-serif;
}
        
#seta {
    position: fixed;
    box-shadow: 0;
    width: 3%;
    height: auto;
    bottom: 0;
    right: 0;
}