* {
  font-family: "Roboto", Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  gap: 0px;
  border: 0px;
}

html {
  min-height: 100vh;
}

.header,
.footer,
.hero {
  background-color: #1f2937;
}

.footer {
  align-items: center;
  justify-content: center;
  color: #e5e7eb;
  text-decoration: none;
  display: flex;
}

.header,
.hero,
.personal-info,
.cta-area,
.footer {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.cards {
  display: flex;
  justify-content: space-around;
}
.cta-area,
.personal-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-box {
  background-color: #3881f6;
  width: 80vw;
}

.title {
  color: #f9faf8;
  font-size: 24px;
  padding: 0.5rem;
  font-weight: 600;
}

.nav-links {
  display: flex;
  font-size: 18px;
  color: #e5e7eb;
  font-weight: 100;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
}

.link {
  padding: 0.5rem;
}

svg {
  max-width: 30px;
  max-height: 30px;
}

a {
  text-decoration: none;
}

.hero-header {
  font-size: 48px;
  font-weight: bolder;
  color: #f9faf8;
  margin-bottom: 10px;
  margin: 0.5rem;
}

.hero-subtext {
  font-size: 18px;
  color: #e5e7eb;
  margin-bottom: 10px;
  margin: 0.5rem;
}

.hero-body {
  max-width: 60vw;
  margin: 0.5rem;
}

.hero-image {
  max-height: 30vw;
  max-width: 30vh;
  border-radius: 1rem;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  margin-right: 30px;
}

button {
  background-color: #3881f6;
  width: 8rem;
  height: 4rem;
  border-radius: 0.75rem;
  margin: 0.5rem;
  color: #e5e7eb;
  font-size: 18px;
  cursor: inherit;
  font-weight: bold;
}

.card-header {
  font-size: 36px;
  font-weight: bolder;
  color: #1f2937;
  text-align: center;
  padding: 2rem;
}

.cta-box {
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.cta-header {
  color: #f9faf8;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}

.cta-body {
  color: #f9faf8;
  font-size: 18px;
}

.cta-button {
  opacity: transparent;
  border: 2px solid #f9faf8;
  border-radius: 5px;
  color: #f9faf8;
  padding: 8px;
  font-weight: bolder;
}

.cta-left {
  width: 70%;
}

.card {
  border: 2px solid #3881f6;
  box-shadow: 2px 4px 16px #1f2937;
  border-radius: 8px;
}

.card-image {
  max-width: 20vw;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: #3881f6 2px solid;
}

.card-description {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 20vw;
}
