*{
    box-sizing: border-box;
    border-radius: 90px;

}
h2{
    color: rgb(22, 22, 22);
    font-family:Georgia, 'Times New Roman', Times, serif;
    box-shadow: 0 4px 90px #000000;
    border-radius: 5px;
    text-shadow: 2px 2px 4px rgb(65, 50, 50);
}

h1{  
    text-align: center;
    font-size: 40px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    text-shadow: 2px 2px 4px rgb(245, 127, 225);
    border: 1px dotted black;
    color: #000000;
}
p{
    color: rgb(22, 22, 22);
    font-family:Georgia, 'Times New Roman', Times, serif;
    border-radius: 10px;
    
}

body{
    margin:0px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: color #e7289e;
    padding: 25px;
    
}
header{
    background-color: #cccc;
    color:#fc23bb;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 4px 10px #000000;

}
nav a{
    color: rgb(12, 12, 12);
    text-decoration:none;
    padding:4px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #cccc;
    border-bottom-color: #d142b9;
    margin-right: 15px;
   
}
    

nav{
    text-align: center;
}
nav a:hover{color: #d142b9;}


.bloco{
    background-color:#85006363;
    color: black;
    border: 1px dotted rgba(99, 8, 102, 0.2);
    border-radius: 0px;
    padding: 16px;
    margin-bottom: 16px;
    border-top: 2px solid rgb(51, 41, 48);
    border-radius: 30px;
    border: 1px dotted black;

}
#galeria{ 
    display:flex;
    flex-wrap:wrap;
    gap:70px;
    justify-content:center;
    padding:20px;
}
.foto{
    background:#cccc ;
    padding:12px 12px 20px 12px; 
    border:1px solid #000000;
    box-shadow: 0 4px 10px #f000a0;
    width:220px;
    text-align:center;
    border-radius: 15px;
}
.foto img{
    width:100%;
    height:220px;
    object-fit:cover;
    display: block;
}
.foto:hover{
    transform: scale(1.50) rotate(-2deg);
}

.legenda{
    margin-top: 10px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 300x;
    font-style: italic;
}
section{
    background-color: #f3e8ff;
    border-radius: 12px;
    padding: 20px;
    margin: 20px;
}



