/* font-family: 'Merriweather', serif; */
/* font-family: 'Outfit', sans-serif; */

body {
  background-color: #d6e6f2;
  text-align: center;
  font-family: "Merriweather", serif;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

h1,
h2,
h3,
h4 {
  font-family: "Outfit", sans-serif;
}

.navbar {
  background-color: #b9d7ea;
}

.navbar-nav {
  text-align: center;
}

#about-me,
#projects,
#contact {
  margin: 30px 0;
  padding: 30px 5%;
}

#projects {
  background: #fff;
}

.leftAlign {
  text-align: left;
}

#footer {
  border-top: 1px solid #769fcd;
}
.profileImage {
  max-width: 100%;
  height: 200px;
  border-radius: 100%;
}

.social-icons {
  margin: 10px;
}
.social-icons a {
  margin: 10px;
}
