h1 {
    border: 10px;
    margin-bottom: 20px;
    color:rgb(239, 0, 147);
    font-size: 50px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
}
h2 {
    border: 5px;
    margin-bottom: 20px;
    color:rgb(239, 0, 147);
    font-size: 40px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
h3 {
    border: 5px;
    margin-bottom: 20px;
    color:rgb(239, 0, 147);
    font-size: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
h4 {
    border: 5px;
    margin-bottom: 20px;
    color:rgb(239, 0, 147);
    font-size: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
h5 {
    border: 5px;
    margin-bottom: 20px;
    color:rgb(239, 0, 147);
    font-size: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

p {
    font-family: 'Georgia', serif; /* ou uma fonte que você gostar */
    font-size: 16px;
    line-height: 1.6; /* espaçamento agradável */
    color: #333; /* cor mais escura para facilitar a leitura */
}

div {
    background-color: rgb(255, 213, 220);
    padding: 10px;
    margin: 10px;
    border-radius: 1000px;
}
.foto-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.foto-container img {
    border-radius: 50%; /* Deixa a imagem redonda */
    width: 190px; /*  tamanho */
    height: 200px;
}
.foto-container-diferente {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.foto-container-diferente img {
    border-radius: 50%; 
    width: 600px; /
    height: 500px;
}
.circle-container {
    position: relative;
    display: center;
    text-align: center;
}

.circle-container img {
    border-radius: 50%;
    width: 300px;
    height: 150px;
}

.caption {
    position: absolute;
    bottom: 10px;
    width: 100%;
    color:black;
    font-size: 13px;
    background-color:rgb(255, 223, 228);
    border-radius: 5px;
    padding: 0px;
}

body {
    background-color: rgb(250, 223, 239);
    font-family: serif;
}

.caixa1 {
    border: 2px solid #c85a8e;
    border-radius: 100px; 
    padding: 20px; 
    background-color: rgba(255, 255, 255, 0.9); branco */
    margin: 20px auto; 
    max-width: 800px;
}
.caixa2 {
    border: 2px solid #c85a8e;
    border-radius: 100px; 
    padding: 30px; 
    background-color: rgba(255, 255, 255, 0.9); branco */
    margin: 10px auto; 
    max-width: 1000px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh; 
}
 .meu-botao {
    background-color: #f857a2; 
    color: rgb(237, 77, 165); 
    padding: 10px 20px; 
    border: none; 
    border-radius: 
    cursor: hover; 
}

