
body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}
.container {
    max-width: 600px;
    margin: 50px auto;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
h1, h3 {
    text-align: center;
    color: #333333;
}
input, button {
    width: calc(100% - 40px);
    margin: 10px 20px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
button {
    background-color: #2e128d;
    color: white;
    border: none;
    cursor: pointer;
}
button:hover {
    background-color: #2e128d;
    opacity: 0.9;
}
.section {
    margin-bottom: 20px;
}
.divider {
    border-top: 1px solid #2e128d   ;
    margin: 20px 0;
}
.names img{
    width: 200px;
}
.names{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div i{
    color: #ffffff;
    background-color: #2e128d;
    border: 1px solid #333333;
    padding: 8px;
    border-radius: 100px;
    font-size: 1.1rem;  
}
div p{
    color: #2e128d;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.attendance-tital{
    color: #2e128d;
    text-decoration: underline;
    text-underline-offset: 6px;
}