body {
    background-color: #5D4037;
    margin: 150px;
}

.form-group {
    max-width: 300px;
    margin: 0 auto;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(93, 64, 55, 0.25);
    border-color: #5D4037;
    outline: 0;
}

input {
    margin-bottom: 10px;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
}

label {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
    color: #5D4037;
}

.btn-outline-brown {
    margin-top: 20px;
    color: #5D4037;
    border-color: #5D4037;
    background-color: transparent;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
}

.btn-outline-brown:hover {
    color: white;
    background-color: #5D4037;
    border-color: #5D4037;
    box-shadow: 0 0 0 0.2rem rgba(93, 64, 55, 0.25);
}

.meu-link {
    margin-top: 15px;
    font-weight: bold;
    color: #BB3105;
    text-decoration: none;
    display: block;
}

.meu-link:visited {
    color: #BB3105;
    text-decoration: none;
}

@media (max-width: 576px) {
    .jumbotron-custom {
        width: 95% !important; /* Mais estreito em mobile */
    }
}
