/* 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");

body {
  font-family: "Rubik", sans-serif;
  color: #f73b9c;
  background-color: #f3f3f3;
  margin: 0;
}


h1 {
  font-family: "rubik", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 8px;
  padding-bottom: 5rem;
}

h2 {
  font-weight: bold;
  font-size: 25px;
  text-decoration: underline;
  padding-bottom: 5px;
}

h3 {
  font-weight: bold;
  font-style: italic;
  color: #1e0b70;
  font-size: 18px;
  padding-bottom: 0.3rem;
}

p {
  padding-bottom: 1.5rem;
  color: #1e0b70;
}

.heading { 
  display: flex;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.flex-margin-1col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1080px;
}

.edu {
  padding-top: 1rem;
  padding-left: 20rem;
}

