*{
    margin: 0;
    padding: 0;
    font-family: "Arboria-Bold";

}

/* #header{
    height: 90px;

    text-align: center;
    background-color:rgb(28, 199, 142);
    color: white;
}

#header h1{
    padding:30px;
} */
#header {
    height: 90px;
    text-align: center;
    background-color: rgb(28, 199, 142);
    color: white;
    position: relative; /* Allows absolute positioning inside */
}

#header h1 {
    padding: 30px;
}


#logout {
    position: absolute;
    top: 23px;
    right: 25px;
    background: none;
    border: none;
    cursor: pointer;
}

#logout img {
    width: 50px; 
    height: 50px;
    transition: 0.3s;
}

#logout img:hover {
    transform: scale(1.1); 
}



#create{
    text-align: center;
    margin-top: 20px;
}

#input{
    font-size: 22px; 
    height: 50px;
    width:350px;
    border-radius: 10px;
}
#inputdate{
    font-size: 16px; 
    height: 50px;
    width:150px;
    border-radius: 10px;
}
#input::placeholder {
    font-size: 20px; 
}

#add{
    height: 50px;
    width: 100px;
    border-radius: 30px;
    background-color: rgb(28, 170, 76);
    color: white; 
    font-size: 22px;
}
.edit{
    height: 50px;
    width: 100px;
    border-radius: 20px;
    background-color: rgb(14, 201, 138);
    color: white; 
    font-size: 22px;
}
#todo{
    margin-top: 20px;
    text-align: center;
}
#todo h3{
    margin-top: 10px; 
    font-family: "Arboria-Book";
}
#todolist{
    margin-top:10px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#todos{
    margin-top: 25px;
    background-color: #ffffff;
    width: 400px;
    height:fit-content;
    left: auto;
    right: auto;
    border-radius: 20px;
    font-size: 30px;
    border: 1px solid black;
    border-bottom: 3px solid black;
    border-right: 3px solid black;
    box-shadow: 3px 3px 5px #ccc;
    padding: 10px;
}
#todos p{
    /* padding-right: 100px; */
    padding-top: 6px;
    font-weight: 500;
    font-family: "Arboria-Book";
}
#buttons{
    display: flex;
    justify-content: center;
}

.edit{
    margin-left: 20px;
}

#operation h3{
    margin-top: 15px;
}
#register-login{
    text-align: center;
    margin-top: 50px;
    font-size: 25px;
}
#register-login-container{
    background-color: transparent;
    margin-top: 40px;
    height: max-content;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    border-radius: 30px;
    border: 3px solid rgb(247, 247, 247);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 15px;
    box-shadow: 5px 5px 5px 5px #ccc;
}

#register-login-container input{
    width: 300px;
    height: 35px;
    border-radius: 20px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-width: 2px;
    
}
#box-in{
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center; 
    margin-bottom: 20px;
}
#box-in a{
     text-decoration: underline;
     color: rgb(14, 201, 138);
}
#register-login-btn{
    margin-bottom: 10px;
    margin-top: 8px;
    height: 36px;
    width: 100px;
    border-radius: 20px;
    background-color: rgb(14, 201, 138);
    border-width: 0px;
    color: white;
    font-size:20px;

}
#getcode{
    margin-bottom: 10px;
    height: 36px;
    width: 100px;
    border-radius: 20px;
    background-color: rgb(14, 201, 138);
    border-width: 0px;
    color: white;
    font-size:20px;

}
#box-in h3{
    margin-bottom: 15px;
}
#reset-pass-btn{
    margin-bottom: 10px;
    margin-top: 8px;
    height: 36px;
    width: 180px;
    border-radius: 20px;
    background-color: rgb(14, 201, 138);
    border-width: 0px;
    color: white;
    font-size:20px;

}
#top-a{
    text-decoration: none;
    color: white;
}