.maincontent{width:100%;height:100vh;display:flex}.leftcontent{width:45%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:1px 0 5px gray}.profpic{height:150px;width:150px;border-radius:50%;object-fit:cover}.leftcontent h1{font-size:50px}.taskimg{width:500px;height:500px}.rightcontent{width:55%;height:100vh;display:flex;flex-direction:column;justify-content:baseline;align-items:center;gap:40px}.rightcontent h1{font-size:40px;padding:30px}.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:#e9967a;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:#e9967a}ul{list-style-type:none}.signcontent{width:100%;height:100vh;display:flex;align-items:center;justify-content:center}.signdiv{width:500px;height:500px;box-shadow:0 0 10px gray;display:flex;align-items:center;justify-content:center;flex-direction:column}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:#e9967a}button:hover{box-shadow:5px 5px gray}.google{height:30px;width:30px}*{margin:0;padding:0;font-family:sans-serif;font-weight:700}
