
.hero-section {
  font-family: 'Inter',sans-serif;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8%;
  background-color: #F9FAFB;

}
.hero-description {
  max-width: 600px;
}

.hero-intro {
  font-size: 42px;
  font-weight: 500;
  color: #111827;
  text-align: center;
  margin-bottom: 0px;
}

.myname {
  font-weight: 700;
  color: #DC2626;
}

.hero-role {
  font-size: 25px;
  font-weight: 300;
  color: #1F2937;
  margin: 12px 0;
  width: 1000px;
}

.hero-typing {
  font-size: 20px;
  font-weight: 400;
  color: #374151;
  text-align: center;
}

.blue-text {
  font-weight: 500;
  color: #2563EB;
}
.homepage-buttons{
margin-left: 180px;
margin-top: 30px;
}
.view-portfolio-button{
   font-family: 'Inter',sans-serif;
  height: 38px;
  width: 150px;
  font-size: 18px;
  font-weight: 400;
  border: none;
  border-radius: 6px;
  background-color: #2563EB;
  color: #f1f1f1;
  margin-right: 5px;
  transition: all 0.3s ease;
}
.view-portfolio-button:hover {
  background-color: #1e40af;
  color: #ffffff;
  transform: translateY(-2px);
}
.resume-button{
  font-family: 'Inter',sans-serif;
  height: 38px;
  width: 150px;
  font-size: 18px;
  font-weight: 400;
  background-color: transparent;
  color: #2563eb;
  border: 2px solid #2563eb;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.resume-button:hover{
  background-color: #2563eb;
  color: #ffffff;
  transform: translateY(-2px);
}
#home{
  height: 90vh;
  width: auto;
}