@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: rgb(239, 239, 230);
}

.below-nav {
  width: 100%;
  position: relative;
  top: 50px;
}

.research-box,
.cv-box {
  position: relative;
  top: 50px;
  max-width: 90%;
  min-height: 200px;
  padding: 20px;
}

.CV-title {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
}

.pdf-viewer {
  width: 100%;
  height: 650px;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.research-list {
  list-style-type: none;
}

.research-bullet {
  padding-right: 20px;
  font-weight: 700;
}

h2 {
  display: flex;
}

a {
  text-decoration: none;
}

.aligned {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.aligned.left {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: left;
}

.aligned > hr {
  width: 25%;
  height: 2px;
  border: 0;
  background-color: black;
  margin: 20px 0;
}

.aligned > .photo-bg {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.box-bg {
  background-color: rgba(236, 236, 188, 0.2);
  box-shadow: 10px 10px 20px 10px rgba(0, 0, 0, 0.1);
}

.about-text {
  display: flex;
  align-items: center;
  height: auto;
  width: 430px;
  font-size: 1.1rem;
  padding: 30px;
  box-sizing: border-box;
  text-align: left;
}

.about-me {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 0;
  justify-items: center;
  align-items: center;
  margin-top: 50px;
}
#about-bottom hr {
  margin: 40px 0px 20px 0px;
  border-top: 5px dotted;
  width: 50px;
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.5);
}

#socials-container {
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#about-img > img {
  border: 30px solid white;
  width: 430px;
  box-sizing: border-box;
}

.social-media {
  width: 40px;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.under-construction {
  margin-top: 30px;
  width: 450px;
}
