body {
    background-color: rgb(15, 70, 116);
    margin: 0;
}

a:hover{
    transform: scale(1.2);
}
a{
    display: inline-block;
}

#main{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100px;
    min-width: min-content;
}

#home {
    text-align: center;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

#home ul {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    background-color: rgb(9, 43, 70);
}

#home li {
    display: inline;
}

#home li a {
    text-decoration: none;
    color: white;
    padding: 5px;
    margin: 5px;
}

#home li a:hover {
    background-color: rgb(4, 21, 36);
}

#meio {
    display: flex;
    flex: 1;
}

.lateral{
    height: 100%;
    float: left;
    background-color: rgb(10, 56, 94);
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    color: white;
    font-size: 18px;
    text-align: left;
}

.lateral ul{
    display: contents;
    list-style-type: none;
}

.lateral ul li{
    padding: 8px;
}

.lateral ul li a{
    text-decoration: none;
    text-shadow: 2px 2px 2px black;
    color: white;
    padding: 4px;
}

.lateral ul li a:hover{
    background-color: rgb(4, 21, 36);
}

.conteudo{
    text-align: center;
    margin: auto;
    margin-top: 0;
}

.foto{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foto img {
    width: 500px;
    margin: 10px;
    box-shadow: 2px 2px 5px;
    border: 2px solid black;
}

.texto {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-shadow: 3px 3px 3px black;
}

.texto a{
    text-decoration: none;
    color: white;
    background-color: rgb(97, 0, 100);
    padding: 5px;
}

.titulo {
    color: white;
    text-shadow: black 5px 5px 3px;
    font-family: cursive;
    font-size: 50px;
}

.rodapé{
    color: white;
    background-color: rgb(9, 43, 70);
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

section {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

#m3{
    position: absolute;
}

#m3:hover{
    opacity: 0;
}

#zap{
    color: #52ce5f;
}

#lista{
    display: flex;
    text-align: left;
    justify-content: center;
}