body {
  background-color: #f9f9f9;
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  /* 
  justify-content: center; */
}

.containerPicture {
  display: flex;
  justify-content: center;
}

.profilePicture {
  height: 200px;
  width: 200px;
  margin-top: 200px;
  margin-bottom: 10px;
  border: 1px solid black;
  background-image: url("images/1644489550596.jpg");
  background-size: contain;
  background-position: center;
  border-radius: 50%;
}

h1 {
  text-align: center;
  height: 50px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
}
h1 a {
  font-family: "Courgette", cursive;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: black;
}

.mainFontType {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.topNav {
  /* display: flex; */
  height: 30px;
  width: auto;
  text-align: center;
  margin-bottom: 15px;
}
.topNav a {
  text-decoration: none;
  color: black;
  border-bottom: 3px solid black;
  padding-bottom: 2px;
  margin: 0px 20px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.topNav a:hover {
  font-size: 20px;
  color: green;
  border-color: green;
}

.aboutText {
  display: flex;
  justify-content: center;
  width: 100%;
}
.educationText {
  height: 100px;
  /* width: 600px; */
  display: flex;
  justify-content: center;
  width: 100%;
}
.innerEducationText {
  display: flex;
  justify-content: center;
}

.educationText div {
  margin-right: 10px;
}
.educationText h4 {
  margin-top: 10px;
}
.educationText h5 {
  margin-bottom: 5px;
  font-weight: 300 !important;
}

.aboutText p {
  height: 400px;
  width: 600px;
}
.university a {
  text-decoration: none;
  color: black;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.university:hover {
  font-size: 15px;
  color: green;
}
.university a:hover {
  font-size: 20px;
  color: green;
}

.firm a {
  text-decoration: none;
  color: black;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.firm:hover {
  font-size: 15px;
  color: green;
}
.firm a:hover {
  font-size: 20px;
  color: green;
}
/* @media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
} */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 13px;
  text-align: center;
  color: #909090;
}
@media screen and (max-width: 480px) {
  .topNav a {
    margin: 0px 5px;
  }
  .aboutText p {
    height: 200px;
    width: 400px;
    font-size: 10px;
  }
  .profilePicture {
    margin-top: 150px;
    height: 150px;
    width: 150px;
  }
  h1 a {
    font-size: 15px;
  }
  .mainFontType {
    font-size: 13px;
  }
  .footer {
    font-size: 10px;
  }
}
