* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
/* .navbar {
  width: 100vw;
  height: 0vh;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #102542;
  border-bottom: 1px solid #532520;
} */

.logo {
  font-size: 22px;
  color: #f87060;
}

.links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.link {
  text-decoration: none;
  color: #f87060;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.link:hover {
  color: #f7aaa2;
  transition: all 0.3s ease;
}

.hero {
  width: 100vw;
  height: 100vh;
  padding: 0px 30px;
 background: hsla(0, 0%, 100%, 1);

background: linear-gradient(45deg, hsla(0, 0%, 100%, 1) 44%, hsla(211, 100%, 81%, 1) 75%);

background: -moz-linear-gradient(45deg, hsla(0, 0%, 100%, 1) 44%, hsla(211, 100%, 81%, 1) 75%);

background: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 1) 44%, hsla(211, 100%, 81%, 1) 75%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#A0CEFF", GradientType=1 );
  display: flex;
  align-items: center;
  justify-content: center;
}

.name {
  color: #24507E;
  font-size: 80px;
}

.bio {
  color: #424242;
  margin-top: 5px;
  font-size: 52px;
  letter-spacing: .6px;
}

.text {
  color: #24507E;
  font-weight: 500;
  letter-spacing: .6px;
  
}
.button {
  padding: 10px 15px;
  border-radius: 50px;
  color: #212121;
  font-weight: 500;
}
#btn1 {
  background-color: transparent;
  border: 1px solid #24507E;
}

#btn1:hover {
  background: #d0e1f589;
  transition: all 0.3s ease;
  border: 1px solid #f86f6042;
}

#btn2 {
 background-color: transparent;
  border: 1px solid #24507E;
}

#btn2:hover {
  background: #d0e1f589;
  transition: all 0.3s ease;
  border: 1px solid #f86f6042;
}

.left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.div2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.right img {
  mix-blend-mode:multiply;
  margin-bottom: 150px;
}
