body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #f4f4f4;
}
.container {
    max-width: 800px;
    margin: auto;
    background: rgb(181, 33, 33);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(190, 86, 86, 0.1);
}
.welcome {
    text-align: center;
    margin-bottom: 20px;
}
.welcome h1 {
    color: #28a745;
}
.welcome p {
    font-size: 18px;
}
.main-content {
    display: none; /* Oculto inicialmente */
}
.start-btn {
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
.start-btn:hover {
    background: #0056b3;
}
form {
    margin-bottom: 20px;
}
label {
    display: block;
    margin: 10px 0 5px;
}
input, select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
button {
    padding: 10px 15px;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
button:hover {
    background: #218838;
}
.progress-bar {
    width: 100%;
    height: 20px;
    background: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
}
.progress-fill {
    height: 100%;
    background: linear-gradient(to right, red, yellow, green);
    transition: width 0.3s;
}
.activity-list {
    list-style: none;
    padding: 0;
}
.activity-item {
    background: #f8f9fa;
    padding: 10px;
    margin: 5px 0;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.activity-item button {
    margin-left: 10px;
    background: #dc3545;
}
.activity-item button:hover {
    background: #c82333;
}
.search {
    margin-bottom: 20px;
}
.message {
    margin-top: 20px;
    padding: 10px;
    border-radius: 4px;
}
.success {
    background: #d4edda;
    color: #155724;
}
.storage-info {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #f4f4f4;
}
.container {
    max-width: 800px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.welcome {
    text-align: center;
    margin-bottom: 20px;
}
.welcome h1 {
    color: #28a745;
}
.welcome p {
    font-size: 18px;
}
.main-content {
    display: none; /* Oculto inicialmente */
}
.start-btn {
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
.start-btn:hover {
    background: #0056b3;
}
form {
    margin-bottom: 20px;
}
label {
    display: block;
    margin: 10px 0 5px;
}
input, select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
button {
    padding: 10px 15px;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
button:hover {
    background: #218838;
}
.progress-bar {
    width: 100%;
    height: 20px;
    background: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
}
.progress-fill {
    height: 100%;
    background: linear-gradient(to right, red, yellow, green);
    transition: width 0.3s;
}
.activity-list {
    list-style: none;
    padding: 0;
}
.activity-item {
    background: #f8f9fa;
    padding: 10px;
    margin: 5px 0;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.activity-item button {
    margin-left: 10px;
    background: #dc3545;
}
.activity-item button:hover {
    background: #c82333;
}
.search {
    margin-bottom: 20px;
}
.message {
    margin-top: 20px;
    padding: 10px;
    border-radius: 4px;
}
.success {
    background: #d4edda;
    color: #155724;
}
.storage-info {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}