body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.navbar .logo {
    height: 50px; /* Altura proporcional ao navbar */
    object-fit: contain;
}

.cover-photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.profile-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
}

.btn-whatsapp {
    background-color: #25d366;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.btn-whatsapp:hover {
    background-color: #1da851;
}

.btn-instagram {
    background-color: #E1306C;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.btn-instagram:hover {
    background-color: #c22558;
}

textarea.form-control {
    resize: none;
    height: 100px;
}

footer {
    background-color: #000;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
}

.container h1,
.container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.container .button-group .btn {
    width: auto;
    font-size: 16px;
    padding: 8px 12px;
    text-align: center;
}

.container form button {
    font-size: 16px;
    padding: 10px;
    font-weight: bold;
}
