/* Typography imported from Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Staatliches&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Momo+Trust+Display&display=swap");

/* Sections */
header {
  background: tomato;
  padding: 2rem;
}
h1 {
  font-family: "Momo Trust Display", sans-serif;
  font-weight: 400;
  color: blanchedalmond;
  font-size: 5rem;
  font-style: normal;
  padding: 0.25rem;
  margin-bottom: 1rem;
}
/* Above is Name */
.education {
  font-size: 1.5rem;
  background: orange;
  padding: 2rem;
}
.skills {
  background: blanchedalmond;
  padding: 2rem;
}
.experience {
  background: seagreen;
  padding: 2rem;
}
.educertification {
  background: indianred;
  padding: 2rem;
}
/* End of Sections* */

/* Paragraph Style */
.Paragraph-md {
  font-size: 0.8rem;
  color: blanchedalmond;
  padding: 0.25rem;
  margin-bottom: 2rem;
}
.Paragraph-lg {
  font-size: 1rem;
  color: blanchedalmond;
  padding: 0.25rem;
}
.Paragraph-sm {
  font-size: 0.8rem;
  color: orange;
  padding: 0.25rem;
}
/* Section Headers */
.edusummary {
  font-family: "Momo Trust Display", sans-serif;
  font-weight: 200;
  font-size: 2rem;
  color: #ffebcd;
  padding: 0.25rem;
  margin-bottom: 0.25rem;
  margin-top: 2rem;
}
.edutitle {
  font-family: "Momo Trust Display", sans-serif;
  font-weight: 200;
  font-size: 2rem;
  color: #ffebcd;
  padding: 0.25rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.eduskills {
  font-family: "Momo Trust Display", sans-serif;
  font-weight: 200;
  font-size: 2rem;
  color: orange;
  padding: 0.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.eduexp {
  font-family: "Momo Trust Display", sans-serif;
  font-weight: 200;
  font-size: 2rem;
  color: blanchedalmond;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
/* End of Section Headers */
/* Section Sub-Headers */
.eduheader {
  font-family: "Momo Trust Display", sans-serif;
  font-weight: 200;
  font-size: 3;
  color: blanchedalmond;
  padding: 0.25rem;
}
/* End of Section Sub-Headers */
/* Lists */
.eduskillist {
  font-size: 1rem;
  color: orange;
  padding: 0.25rem;
  margin-bottom: 1rem;
}
li {
  margin-bottom: 1rem;
}
/* End of Lists */
