*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}  
/* Estilos generales */
body {
  font-family: 'Outfit', sans-serif;
  background-color: #fad7c7;
    width: 100%;
    height: 100%;
}

/* Estilos de navegación */
nav {
  background-color: #bd9481;
  padding: 10px;
}

.nav-button {
  color: #fff;
  margin-right: 10px;
  font-size: large;
  text-size-adjust: 150px;
}

.nav-button:hover{
  color: #dfd1d1 
}
/* Estilos cuerpo*/
header {
  text-align: center;
  margin-top: 10%;
}

.title {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: #bd9481;
  margin-top: 10%;
  margin-right: 10%
}

.profile-image {
  width: 250px;
  height: 250px;
  margin-top: 60px;
  margin-left: 18%;
  align-content: center;
}

/* Estilos de sección "Sobre mí" */
.about-section {
  padding: 20px;
  overflow: hidden;
  margin-top: 25px;
}

.section-title {
  font-family: 'Alata', sans-serif; 
  text-decoration: underline;
  font-size: 24px;
  color: #bd9481;
  margin-left: 30%;

}

.about-section p {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Noto Sans', sans-serif;
  margin-left: 0%;
  padding-right: 20%;
}
.info{
  display: flex;
  width: 70%;
  margin: auto;

}