* {
  box-sizing: border-box;
}

body {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

/* Main Container */
.about-main-container {
  width: 100%;
  background: rgba(255,255,255,1);
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: visible;
}

/* Hero Section */
.hero-section {
  position: relative;
}

.portrait-image {
  width: 100%;
  height: 729px;
  background: url("../images/elin-portrait.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
/* Common Section Styles */
.section-title {
  width: 10%;
  flex-shrink: 0;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 16px;
  opacity: 1;
  text-align: left;
  margin: 0;
}

.content-wrapper {
  position: relative;
  padding-left: 10%;
  width: 80% ;
  display: flex;
  flex-direction: column;
}

.section-subtitle {
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Urbanist;
  font-weight: 700;
  font-size: 25px;
  opacity: 1;
  text-align: left;
  margin: 0;
}

.section-description {
  color: rgba(0,0,0,1);
  margin-top: 1%;
  position: relative;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 16px;
  opacity: 1;
  text-align: left;
}

/* Who I Am Section */
.who-i-am-section {
  width: 100%;
  background: rgba(244,244,244,1);
  padding: 8% 10%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.section-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
}

/* Skills Section */
.skills-section {
  width: 100%;
  background: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
  padding: 8% 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.skills-list {
  margin-left: 10%;
  padding: 0;
  width: 80%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 16px;
  opacity: 1;
  text-align: left;
  white-space: pre-line;
  margin-top: -20px;
  list-style-position: inside;
}

/* Background Section */
.background-section {
  width: 100%;
  background: rgb(244, 244, 244,1);
  position: relative;
  overflow: hidden;
  padding: 8% 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}