.maincontent{width:100%;height:100vh;display:flex;background-image:linear-gradient(#84926780,#86ae7680);background-size:cover;background-position:center;background-repeat:no-repeat}.leftcontent{width:45%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:1px 0 5px gray;transition:width 2s,height 2s,background-color 3s}.leftcontent:hover{background-color:bisque}.profpic{height:150px;width:150px;border-radius:50%;object-fit:cover}.leftcontent h1{font-size:50px;text-shadow:2px 2px silver}.taskimg{width:500px;height:500px;border-radius:15%}.rightcontent{width:55%;height:100vh;display:flex;flex-direction:column;justify-content:baseline;align-items:center;gap:30px;transition:width 2s,height 2s,background-color 3s}.rightcontent:hover{background-color:bisque}.rightcontent h1{font-size:40px;padding:30px;text-shadow:2px 2px silver}.inputcontent{display:flex;gap:10px}.inputcontent input{width:480px;height:50px;border-radius:15px;padding-left:10px;font-size:15px;border:none;background-color:#eae9e9}.inputcontent button{width:70px;height:50px;border-radius:15px;background-color:#98e4ed;border:none}.taskcontent{width:550px;height:50px;border-radius:10px;box-shadow:5px 5px 2px gray;display:flex;gap:10px;align-items:center;justify-content:space-around}.notcompleted{width:300px;font-size:16px}.completed{width:300px;font-size:16px;text-decoration:line-through}.updatebutton,.deletebutton{width:50px;height:30px;border-radius:8px;border:none;background-color:#98e4ed}ul{list-style-type:none}.signcontent{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background-color:bisque;background-image:url(/assets/bgimg-BVTPqxTn.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.signdiv{width:500px;height:500px;box-shadow:0 0 10px gray;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;transition:width 1s,height 1s,background-color 2s,rotate 2s}.signdiv:hover{background-color:#638085}button{display:flex;align-items:center;width:350px;justify-content:center;height:40px;box-shadow:5px 3px gray;border-radius:10px;border:none;background-color:#98e0f2}button:hover{box-shadow:5px 5px gray}.google{height:30px;width:30px}.todayimg{border-radius:70%}*{margin:0;padding:5px;font-weight:700}
