.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#f5f5f5}.login-box{background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}h1{color:#333;margin-bottom:2rem}.welcome-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#f5f5f5;text-align:center}.user-info{background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:1rem 0}.profile-image{width:100px;height:100px;border-radius:50%;margin-bottom:1rem}.logout-button{padding:.5rem 1rem;background-color:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.logout-button:hover{background-color:#c82333}
