
.name {
  text-align: center;
}

.main {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 5% 10%;
    gap: 3%;
}

.profile-pic {
    flex: 0 0 auto;
    width: 366px;
    height: auto;
    text-align: center;
}

.profile-pic img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.intro {
    flex: 1 1 400px;
    font-size: 1.5vw;
    min-width: 300px;
}

.intro-bottom {
  font-size: 1.5vw;
  margin-top: 2%;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #333;
  padding: 1% 5%; 
}

.nav-left a,
.nav-right a {
  color: white;
  text-decoration: none;
  margin: 0 0%;
  font-weight: bold;
  font-size: 1.5vw;
}

.nav-right {
  display: flex;
  gap: 3%;
}

.nav-left a:hover,
.nav-right a:hover {
  text-decoration: underline;
}





.portfolio-item {
  display: block;
  margin: 5% 10%;
}

.protfolio-main-text {
  font-size: 1.5vw;
  margin-bottom: 1%;
}

.portfolio-main-pic {
  text-align: center;
  margin-bottom: 3%;
}

.portfolio-title {
    font-size: 150%;
}



.qua-main {
    text-align: left;
    display: flex;
}

.qua-main-text {
    font-size: 1.5vw;
    margin-left: 10%;
    margin-right: 10%;
}

.qua-main-pic {
    text-align: right;
    margin-top: 5%;
    margin-right: 10%;
    margin-left: 1%;
}

.qua-title {
    font-size: 150%;
}

.pdf-embed {
    border: 2px solid #000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
}



.ser-main {
    text-align: left;
    display: flex;
}

.ser-main-text {
    font-size: 1.5vw;
    margin-left: 10%;
    margin-right: 10%;
}

.ser-main-pic {
    text-align: right;
    margin-top: 5%;
    margin-right: 10%;
    margin-left: 1%;
}

.ser-title {
    font-size: 150%;
}


.fixed-button {
  position: fixed;
  bottom: 5%;
  right: 2%;
  padding: 15px 25px;
  font-size: 16px;
  cursor: pointer;
  background-color: rgb(128, 0, 0);
  color: white;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}





.contact-email {
  position: absolute;
  top: 27.5%;
  left: 52.5%;
  transform: translateX(-50%);
  display: flex;
  gap: 3%;
}
.contact-github {
  position: absolute;
  top: 40%;
  left: 45%;
  transform: translateX(-50%);
  display: flex;
  gap: 3%;
}
.contact-linkedin {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 3%;
}
.contact-instagram {
  position: absolute;
  top: 40%;
  left: 55%;
  transform: translateX(-50%);
  display: flex;
  gap: 3%;
}
.contact-facebook {
  position: absolute;
  top: 40%;
  left: 60%;
  transform: translateX(-50%);
  display: flex;
  gap: 3%;
}