* {
    margin: 10;
    margin-right: 10px;
    padding: 10;
    box-sizing: border-box;
    background-color: #F5E2C8;
}

.right {
  position: fixed;
  background-color: transparent;
  right: 5%;
  top: 50px;
  z-index: 10;
}

.about button{
    position: fixed;
    left: 70%;
    width: 155px;
    height: 60px;
    top: 60px;
    background-color: #F5E2C8;
    color: #18206F;
    font-size: 24px;
    border-radius: 15px;
    border: none;
}

.name button{
  position: fixed;
  left: 5%;
  top: 50px;
  width: 200px;
  height: 80px;
  background-color: rgb(245, 226, 200);
  color: rgb(24, 32, 111);
  font-size: 30px;
  border-radius: 25px;
  border: none;
  transition: background-color 0.5s, color 0.5s;
}

.why-us button{
  position: fixed;
  left: 50%;
  width: 125px;
  height: 60px;
  top: 60px;
  background-color: #F5E2C8;
  color: #18206F;
  font-size: 24px;
  border-radius: 15px;
  border: none;
  transition: background-color 0.5s, color 0.5s;
}

.about-us {
    margin-top: 200px;
}

.intro {
  position: absolute;
  top: 0px;
  left: 20%;
  background-color: transparent;
}

.intro h1 {
  position: absolute;
  top: 200px;
  font-size: 48px;
  width: 600px;
  left: 10%;
  text-align: center;
}

.intro p {
  position: absolute;
  top: 700px;
  font-size: 30px;
  width: 600px;
  left: 10%;
  text-align: center;
}


.intro img {
  position: relative;
  left: 55%;
  top: 400px;
  height: 300px;
  width: 300px;
  align-self: center;
  background-color: transparent;
}

.personal-story {
    position: absolute;
    margin-top: 1000px;
    left: 25%;
    
}

.personal-story h2 {
    font-size: 32px;
    color: #17255A;
}

.personal-story p {
    width: 700px;
    font-size: 26px;
    color: #17255A;
}

.personal-story img {
    position: absolute;
    width: 400px;
    height: 500px;
    border-radius: 40%; /* Set to half of the width and height to create a circular shape */
    overflow: hidden; /* Hide any content outside the rounded area */
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.3);
}

.img1 {
    margin-left: -600px;
    margin-top: -1200px;
    content-visibility: hidden;
}

.img2 {
    margin-top: 400px;
    margin-left: -950px;
    content-visibility: hidden;
}

.img3 {
    margin-top: 775px;
    margin-left: -600px;
    content-visibility: hidden;
}

.space {
  position:absolute;
  height: 100px;
  width: 100px;
  top: 2500px;
  background-color: transparent;
  z-index: 10000;
}

@media (min-width: 50.75em) {
  .right {
    position: fixed;
    background-color: transparent;
    right: 5%;
    top: 50px;
    z-index: 10;
  }

  .about button{
    position: fixed;
    right: 5%;
    width: 125px;
    height: 60px;
    background-color: #F5E2C8;
    color: #18206F;
    font-size: 20px;
    border-radius: 15px;
    border: none;
    transition: background-color 0.5s, color 0.5s;
}

.about button:hover {
    background-color: #18206F;
    color: #F5E2C8;
}

.name button{
    position: fixed;
    left: 5%;
    top: 50px;
    width: 200px;
    height: 80px;
    background-color: rgb(245, 226, 200);
    color: rgb(24, 32, 111);
    font-size: 30px;
    border-radius: 25px;
    border: none;
    transition: background-color 0.5s, color 0.5s;
}

.why-us button{
    position: fixed;
    right: 12.5%;
    width: 125px;
    height: 60px;
    background-color: #F5E2C8;
    color: #18206F;
    font-size: 20px;
    border-radius: 15px;
    border: none;
    transition: background-color 0.5s, color 0.5s;
}

.why-us button:hover {
    background-color: #18206F;
    color: #F5E2C8;
}

.intro {
  position: absolute;
  top: 200px;
  font-size: 48px;
  width: 1000px;
  left: 20%;
  text-align: center;
  background-color: transparent;
}

.intro p {
  position: relative;
  width: 550px;
  top: 200px;
  left: 25%;
  font-size: 50px;
  text-align: center;
  color: #17255A;
}

.intro h1 {
  width: 550px;
  position: relative;
  top: 220px;
  left: 23%;
  font-size: 75px;
  color: #17255A;
}

.intro img {
  position: absolute;
  left: 100%;
  top: 350px;
  width: 700px;
  height: 700px;
  align-self: center;
  overflow: hidden; /* Hide any content outside the rounded area */
  background-color: transparent;
}
.img1 {
  margin-left: -600px;
  margin-top: -1200px;
  content-visibility: visible;
}

.img2 {
  margin-top: 400px;
  margin-left: -950px;
  content-visibility: visible;
}

.img3 {
  margin-top: 775px;
  margin-left: -600px;
  content-visibility: visible;
}

.personal-story {
  position: absolute;
  margin-top: 2000px;
  margin-left: 500px;
  
}

.personal-story h2 {
  font-size: 60px;
  color: #17255A;
}

.personal-story p {
  width: 1200px;
  font-size: 40px;
  color: #17255A;
}


}
