body {
    font-family: "Poppins", sans-serif;
}

h1, h2 {
    font-family: "Playfair Display", serif;
    text-align: center;
    color:black;
    font-weight: bold;
}

h1 {
    font-size: 96px;
    font-family: "Playfair Display", serif;
}

h2 {
    font-size: 64px;
    font-family: "Poppins", sans-serif;
}

p {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    
}

.navbar {
  overflow-x: hidden; 
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.content-container {
  overflow-x: hidden;
}

.hero {
background-color: #f9f7fe;
text-align: center;
padding: 160px 20px;

}

.hero p {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    color: #272142;
}

.hero h2 {
    font-size: 24px;
    font-weight: normal;
    font-family: "Poppins", sans-serif;
    line-height: 2;
}

.btn-branding {
    background: white;
    border-radius: 4px;
    padding: 15px 15px;
    color: #385170;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    border: 1px solid #385170;

}
.btn-branding-outline {
    color: #385170;
    border: 1px solid #385170;
    border-radius: 4px;
    font-size: 18px;
    line-height: 27px;
    padding: 15px 15px; 
}


.secondary-link {
    background: white;
    border-radius: 4px;
    padding: 15px 15px;
    color: #385170;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    border: 1px solid #385170;
}

.secondary-link-outline {
    color: #385170;
    border: 1px solid #385170;
    border-radius: 4px;
    font-size: 18px;
    line-height: 27px;
    padding: 15px 15px; 
}

.contact-me {
    text-align:center;
}

footer {
    margin: 60px 0;
}

footer .contact-box {
    background-color:#f9f7fe;
    padding: 30px 20px;
    border-radius: 10px;
}

.email-link {
    text-decoration: none;
    color: black;
    font-size: 24px;
}

.social-links a {
  margin: 0 20px;
  flex-wrap: wrap;
  color: #6c63ff;
  background: #f9f7fe;
  padding: 10px 14px;
  border-radius: 50%;
  font-size: 18px;
  transition: all 100ms ease-in-out;
}

.social-links a:hover {
  color: white;
  background: #6c63ff;
}

@media (max-width: 768px) {
    h1 {
        font-size: 44px;
        line-height: 2;
    }
    h2 {
        font-size: 44px;
    }
    .hero {
        padding: 80px 20px;
    }

    .about-section {
        text-align: center;
        padding: 0;
    }
    .project-description {
    padding: 0;
    text-align: center;
    }

    footer .contact-box {
    padding: 20px;
    flex-direction: column;
    text-align: center;
  }
}
