html {
    scroll-behavior: smooth;
}

body {
    font-family: calibri;
    background-color: bisque;
}

header { text-align: center; }

li {
    text-align: left;
    font-size: 14pt;
}

footer {
    text-align: center;
    text-align: -moz-center;
    margin: 1em;
}

.navlink
{
    text-decoration: none;
    text-transform: capitalize;
    margin-left: 1em;
    color: blue;
}
.navlink:hover {
    color: black;
    font-weight: bold;
}

.container
{
    width: 95%;
    background-color: azure;
    border-radius: 1em;
    margin-top: 1em;
    margin-left: 1.5em;
    margin-right: 1.5em;
    padding: 1em;
    text-align: center;
    text-align: -moz-center;
}

.texto {
    font-size: 14pt;
}

#topo
{
    text-align: center;
    position: sticky;
    top: 5px;
    background-color: #f0fff0;
    width: 95%;
    margin-left: 1.5em;
    margin-right: 1.5em;
    border-radius: 1em;
    padding: 0.5em;
}

#topo img {
    width: 15em;
}

#imgset img {
    width: 20em;
    border-radius: 0.5em;
}

#imgset video {
    width: 20em;
    height: 27em;
}

#social img {
    width: 3em;
}

#info { text-align: left; }

#email {
    text-decoration: none;
    color: blue;
}
#email:hover {
    color: black;
    font-weight: bold;
}