body {
    font-family: 'Monaco', cursive, sans-serif;
    margin: 0;
    padding: 40px;
    background-color: #ffe4f2;
    color: #5c005c;
}

.container {
    max-width: 800px;
    margin: auto;
    background-color: #fff0f5;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(255, 182, 193, 0.6);
    border: 2px solid #ffb6c1;
    text-align: center;
}

h1 {
    color: #d63384;
    font-size: 2.5em;
    margin-bottom: 10px;
}

h2 {
    color: #c2185b;
    margin-top: 30px;
}

img {
    max-width: 150px;
    border-radius: 50%;
    width: 500px;
    border: 4px solid #ffb6c1;
    margin: 20px 0;
    box-shadow: 0 0 10px rgba(255, 105, 180, 0.5);
}


p {
    font-size: 1.2em;
    line-height: 1.6;
}

.redes a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: #ff69b4;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 30px;
    transition: 0.3s;
    font-weight: bold;
}

.redes a:hover {
    background-color: #ff1493;
    box-shadow: 0 0 10px #ff1493;
}
