.overview-container381 {
    padding: 20px;
    background-color: #e8e8e8;
    border-radius: 8px;
    width: 60%;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 250px;
    box-shadow: 3px 2px rgba(129, 129, 129, 0.683);
}
.overview-h2{
    color: rgb(52, 52, 52);
    text-align: center;
}
.overview-h3 {
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(95, 43, 226);
    text-align: center;
}

.overview-section381 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.overview-section381 p {
    margin: 5px 0;
}

.overview-btn381{
    margin: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    width: 200px;
}
.overview-btn381:hover {
    background-color: #0056b3;
}
.back-btn381{
    width: 100%;
    padding: 8px 0px 8px 0px;
    background-color: rgb(250, 70, 70);
    border-radius: 5px;
    font-size: medium;
    color: white;
}
.nav-btn-overview{
    margin-left: 150px;
    margin-top: 10px;
}
.todo-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .todo-item {
    display: flex;
    align-items: center;
    font-size: 1.1em;
    color: #444;
    margin-bottom: 0.8em;
    padding: 0.5em;
    background-color: #f0f8ff;
    border-radius: 8px;
  }
  
  .todo-icon {
    color: #007bff;
    margin-right: 10px;
    font-size: 1.3em;
  }