body {
    background: linear-gradient(to bottom, #87CEEB, white);
}

.container_total{
    display: flex;
    margin: 0;
    text-align: center;
    padding: 0;
    font-family: Arial, sans-serif;
}

.container {
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 400px;
    margin: 30px 40px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 400px;
}
#myForm{
    text-align: left;
}

h1 {
    text-align: center;
    color: #333;
}

.input-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #333;
}

input, textarea {
    width: 100%;
    padding: 8px 3px 5px 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
#message{
    height: 100px;
    font-size: 14px;
}
button {
    background-color: red;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

button:hover {
    background-color: darkred;
}

#btn_voltar{
    text-align: center;
    font-size: 16px;
    background-color: red;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100px;
    height: auto;
}
#local_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    position: relative;
    bottom: 5px;
}

#posição_div{
    text-align: center;
    width: 100%;
}