@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Saira+Extra+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
main {
  display: flex;
  height: 100vh;
  overflow: hidden;
  font-family: "Saira Extra Condensed", sans-serif;
}
.leftcontainer img {
  border-radius: 80px;
  border-width: 4px;
}
li {
  list-style-type: none;
}
.maintopics {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 20px 0;
}

#education {
  height: 100vh;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.topics li {
  line-height: 30px;
  text-align: center;
}
a {
  text-decoration: none;
}
.topics li a {
  color: #f7f0f6;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.topics li a:hover {
  color: white;
}
.leftcontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  background-color: #925c92;
  height: 100vh;
}
.social ul {
  display: flex;
  gap: 20px;
  padding: 20px 0px;
}
.rightcontainer {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  background-color: rgb(235, 221, 236);
  width: 100%;
  height: 100%; /* Ensure it takes full height */
}

.all-side-padding {
  padding: 32px;
}

/* Ensure about section gets its intended height */

/* Optionally ensure the body or main content takes full height */
body,
html {
  height: 100%; /* Ensure full height */
}
#about h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 67px;
  color: rgb(52, 58, 64);
}
.headd {
  padding: 30px 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 67px;
  color: rgb(115, 67, 127);
}

.h2c {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: rgb(0, 31, 63);
}
.subhead {
  padding-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: rgb(70, 97, 124);
}
.para {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: rgb(11, 17, 23);
}
.intro {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgb(1, 6, 11);
}

.lastp {
  padding-bottom: 20px;
  min-width: 18rem;
  text-align: right;
}
.workflow ul li::before {
  content: "✔";
  color: rgb(63, 184, 63);
}
.maintopicslast {
  display: flex;
  flex-direction: column;
}



/* display: flex;
  justify-content: start;
  align-items: center; */

#skills {
  height: 100vh;
  display: flex;
  justify-content: start;
  align-items: center;
}
#interests {
  height: 100vh;
  display: flex;
  justify-content: start;
  align-items: center;
}
#awards {
  height: 100vh;
  display: flex;
  justify-content: start;
  align-items: center;
}
#about {
  background-color:  rgb(235, 221, 236);
  height: 100vh; /* This should now work */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
img{
  margin-bottom: 30px;
}