:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;color-scheme:light dark;color:#ffffffde}*{margin:0;padding:0;box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#242efc}body{background-color:#4e0f89;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.main-container{display:flex;flex-direction:column;align-items:center;width:700px;padding:40px;margin:40px;background-color:#222;border-radius:60px;gap:40px}.main-container h1{font-size:3rem}.title{margin-bottom:40px}button{background:transparent;border:2px solid grey;padding:20px 40px;outline:none;cursor:pointer;font-size:2rem;text-transform:capitalize;margin:40px;border-radius:20px}button:hover{border-color:#646cff;color:#646cff}button:focus,button:focus-visible{border-bottom:2px solid goldenrod;color:#daa520}.card{display:flex;justify-content:center;align-items:center;gap:40px;margin-bottom:40px}.card .content h1{font-size:1rem}.profile-image{width:100px;height:100px;border-radius:50%;overflow:hidden;display:flex;justify-content:center;align-items:center}.profile-image img{max-width:150px}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
