{“@context”:”https://schema.org;,”@type”:”FAQPage”,”mainEntity”:[{“@type”:”Question”,”name”:”What should I focus on instead of worrying about what others think of me?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Instead of worrying about others’ opinions, concentrate on your own goals and aspirations. Remember, the spotlight effect suggests that people are more focused on themselves than on you, so prioritize your actions and decisions without the fear of judgment.”}},{“@type”:”Question”,”name”:”How can I build a strong body of work instead of just a resume?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”To build a strong body of work, focus on creating tangible projects and experiences that showcase your skills and passions. Engage in activities that align with your interests, and document your progress, as this will be more valuable than a traditional resume when seeking opportunities.”}},{“@type”:”Question”,”name”:”What is the best way to handle setbacks or failures in my career?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Embrace setbacks as learning opportunities rather than roadblocks. Persistence is key; remember that many successful individuals faced failures before achieving their goals. Keep trying, adapt your approach, and maintain a positive mindset to overcome challenges.”}}]}
.card {
position: relative;
border: 1px solid rgba(0,0,0,.125);
border-radius: 0.75rem;
padding-top: 10px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 10px;
width: 94% !important;
max-width: 518px;
min-width: 0px;
margin-top: 1rem;
margin-bottom: 1rem;
margin-left: 0px;
margin-right: 2px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Ubuntu, “Helvetica Neue”, sans-serif;
}
.card:hover {
transform: scale(1.02);
transition: all 0.1s ease;
box-shadow: 2px 2px 5px #888;
z-index: 1;
background-color: #f0f0f0 !important;
}
.faq-section {
max-width: 800px;
}
.faq-item:hover {
background: #f0f8ff !important;
transition: background 0.2s ease;
}
