html{
    box-sizing: border-box;
    font-size: 16px;
}
body{
    color:#FFFFFF;
    background-color:#1E1B2E;
    font-size: 16px;
}
.group2{
    background-color:#25213A;
}
h1, h2, h3{
    text-transform: capitalize;
    font-family: 'Work sans', sans-serif;
    line-height: 1.2;
    font-weight: 900;
}
h1{
    font-size: 60px;
}
h2{
    font-size: 48px;
}
h3{
    font-size: 30px;
}
p{
    font-size: 20px;
}
H1, h2, h3{
    margin-top: 0;
}
#features h2{
    text-align: center;
}
p{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open sans', sans-serif;
    line-height: 2.2;
}
a, span{
    color: inherit;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open sans', sans-serif;
}
a {
    display: inline-block;
    text-decoration: none;
}
header{
    display: flex;
    flex-direction: row;
    gap:30px;
}
header{
    padding:24px 100px 24px 100px;
}
footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    padding:64px 100px 24px 100px;
}
header .logo{
 flex-basis: 70px;
}
header img{
    width: 100%;
    height: auto;
    display: block;
}
header nav{
    display: flex;
    flex-grow:1;
    align-items: center;
    flex-direction: row;
    justify-content:flex-end;
    gap:30px;
}
#hero{
    text-align: center;
}
#hero img{
    display: block;
    margin: auto;
    margin-bottom: 40px;
    width: 250px;
    height: auto;
}
#hero p{
    line-height: 1.3;
}
section, .singlearticle{
    padding:80px 100px 80px 100px;
}
.messages{
    padding:10px 30px 10px 30px;
    transition: display 0.6s ease-out;
    text-align:center;
    margin: 30px 100px 0 100px;
}
.messages.hide { 
    display: none; 
}
.alltasks article{
    padding:40px 40px 40px 40px;
    margin:40px 0 40px 0;
    border-radius: 20px;
}
.singletask > p{
    margin: 48px, 0, 72px, 0;
}
.singletask{
    text-transform: capitalize;
}
.singletask p{
    text-transform: none;
}
.alltasks p{
    margin-bottom: 32px;
}
.alltasks article > div{
    margin-bottom: 16px;
}
.alltasks article i, .singletask i{
    display: inline-block;
    color:#BB86FC;
    font-size:20px;
}
.alltasks article span, .singletask span{
    display: inline-block;
    margin-left: 10px;
}
.flex-img{
    display: block;
    width: 40%;
}
#about .flex-div, #features .flex-div{
    gap: 96px;
}
.flex-div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.alltasks h1{
    margin-bottom:0;
}	
.alltasks .flex-div{
    margin-bottom:64px;
    align-items: center;
    justify-content:start;
}

.alltasks .flex-div > h1{
    flex-basis:70%;
}

.alltasks .flex-div > a{
    animation: newbutton 2s ease-in-out 0.5s;
    animation-direction: reverse;
    animation-iteration-count: infinite;
}
@keyframes newbutton{
    0%{
        padding: 20px 35px 20px 35px;
    }
    100%{
        padding:15px 30px 15px 30px;
    }
}
#about > div{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#features i{
    color:#FF9F45;
    font-size:50px;
    margin: 32px 0 40px 0;
}
#features {
    text-align: center;
}


#cta {
    text-align: center;
}
#cta img{
    display:block;
    margin:auto;
}
.submit{
    font-weight: 700;
    display:inline-block;
    font-size: inherit;
    font-family: 'Open sans';
    cursor: pointer;
    text-transform: capitalize;
    padding: 15px 30px 15px 30px;
    border-radius: 10px;
    color:#FFFFFF;
    background-color: #FF9F45;
    box-shadow: 0 0 12px rgba(255, 159, 69, 0.4), 0 0 24px rgba(255, 159, 69, 0.15);
    transition: box-shadow 0.3s ease;
}
.submit:hover{
    padding: 12px 30px 12px 30px;
    box-shadow: 0 0 16px rgba(255, 159, 69, 0.5), 0 0 32px rgba(255, 159, 69, 0.2);
}

#cta p{
    width:60%;
    margin:auto;
    margin-bottom: 48px;
   /* margin-bottom: 0 auto 48px auto;*/
}
input, label{
    font-size: 18px !important;
    display:block;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    font-family: 'Open sans', sans-serif;
    color: inherit;
    width: 100%;
    text-align: left;
}
label{
    text-transform:capitalize;
    margin-bottom: 16px;
}
input{
    text-transform: normal;
    box-sizing:border-box;
    border-radius: 8px;
    color:#000000;
    padding: 10px 16px;
    margin-bottom:40px;
}
#description {
    white-space: pre-wrap;       /* Wraps text AND respects line breaks */
    word-wrap: break-word;       /* Breaks long words instead of overflowing */
    overflow-x: scroll !important;          /* No horizontal scroll */
    overflow-y: auto !important;         /* Vertical scroll if needed */
    height: 100px;
}

#create form, #update form{
     margin:auto;
     width:60%;
}
#update, #create {
    text-align: center;
}
#update button, #create button{
    width:100%;
}
.centerpage{
    width: 500px;
    margin: auto;
    margin-top: 20px;
    margin-bottom:20px;
    padding:64px 64px 64px 64px;
}
.centerpage img{
    display: block;
    width: 150px;
    margin: auto;
    margin-bottom: 64px;
    height: auto;
}
.centerpage input, .centerpage label{
    font-size: 18px !important;
    display:block;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    font-family: 'Open sans', sans-serif;
    color: inherit;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}
.centerpage ul{
    font-family: 'Open sans', sans-serif;
    line-height: 2;
    margin: 40px 0;
}
.centerpage > a{
    display: block;
    text-align: center;
}
.centerpage button{
    margin-top: 30px;
    width:100%;
}
.centerpage input{
    border-radius: 8px;
    color:#000000;
    padding: 5px 10px;
    margin-bottom:0;
}
.centerpage label{
    margin-bottom: 10px;
}
