body {
    font-family: Arial, sans-serif;
    background-image: linear-gradient( #003f661c , #09a1ff25) ;
    letter-spacing: 1px;
    user-select: none;
    scroll-behavior: smooth;
}
header{
    background-color: #003f66;
    padding-top: 1px;
    padding-bottom: 5px;
    margin-bottom: 50px;
    color: rgb(255, 255, 255);
    border-radius: 5px 5px 5px 5px;
    border: solid 1px;
    border-color: #011B2F;
}
#insta{
    margin-left: 50px;
}
header h1{
    text-shadow: 2px 1px 1px black;
    background-color: #d87d22;
}
header h1, p, h2{
    display:flex;
    justify-content: center;
}
header ul{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-top: 25px;
    background-color: #002b451a;
    border-radius: 5px;
}
header a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    list-style: none;
    padding: 5px 10px;
    border: solid 1px rgb(255, 255, 255);
    border-radius: 5px;
    margin: 12px;
    transition: 0.3s;
    box-shadow: 2px 4px 8px #002b45;
}
header a:hover{
    background-color: rgb(255, 255, 255);
    color: #003f66;
    padding: 8px;
    margin: 10px;
    transition: 0.3s;
    box-shadow: 4px 8px 12px #005991;
}
header p{
    margin: -5px 0px 0px 0px;
    padding: 5px;
    background-color: #002b4577;
}
#redes ul, #redes a{
    margin-top: 30px;
    list-style: none;
    text-decoration: none;
}
.minha-tabela{
    border-collapse: collapse;
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    margin-bottom: 30px;
    background-color: #003f6610;   
    border-radius: 5px;
}
.minha-tabela th, 
.minha-tabela td {
    padding: 5px 12px;
    text-align: center;
}
.minha-tabela th {
    background-color: #003f66;
    color: rgb(230, 230, 230);
}
.minha-tabela #T1{
    border-radius: 5px 0px 0px 5px;
}   
.minha-tabela #T4{
    border-radius: 0px 5px 5px 0px;
}
tbody tr:nth-child(odd):hover {
    background-color: #003f6625;   
    transition: 0.3s;
    box-shadow: 2px 1px 1px gray;
    border-radius: 5px;
}
tbody tr:nth-child(even) {
    background-color: #eb8926dc;
    transition: 0.3s;
}
tbody tr:nth-child(even):hover {
    background-color: #ce7720;
    box-shadow: 2px 1px 1px gray;
    border-radius: 5px;
    transition: 0.3s;
}
h2{
    background-color: #003f66;
    border: solid 2px;
    border-color: #011B2F;
    border-radius: 5px;
    padding: 4px;
    color: #ffffff;
    text-shadow: 2px 1px 1px black;
    letter-spacing: 2px;
    margin-bottom: 30px;
    margin-top: 50px;
}
footer{
    border: solid 1px;
    border-color: #011B2F;
    display: flex;
    justify-content: center;
    background-color: #003f66;
    color: rgb(255, 255, 255);
    border-radius: 0px 0px 5px 5px;
}  
footer p{
    text-shadow: 2px 1px 1px #03001a;
    border-radius: 5px;
}
#insta{
    position: relative;
    right: 100px;
}
.container-imagem{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}
.container-imagem .imagem-menino{
    border: solid 3px;
    border-color: #011B2F;
    border-radius: 5px;
    transition: 0.5s;
}
.imagem-menino:hover{
    scale: 1.2;
    transition: 0.5s;
    margin: 30px;
}
.container-imagem .imagem-casal{
    border: solid 3px;
    border-color: #011B2F;
    border-radius: 5px;
    transition: 0.5s;
}
.imagem-casal:hover{
    scale: 1.2;
    transition: 0.5s;
    margin: 30px;
}
.imagem-menina{
    border: solid 3px;
    border-color: #011B2F;
    border-radius: 5px;
    transition: 0.5s;
}
.imagem-menina:hover{
    scale: 1.2;
    transition: 0.5s;
    margin: 30px;
}
.tabela{
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
}
@media (max-width: 600px) {
    .minha-tabela th, 
    .minha-tabela td {
        font-size: 14px; 
        padding: 6px 4px; 
    }
    .minha-tabela th {
        word-wrap: break-word;
        white-space: normal;
    }
}