body {
    background-color: white;
    margin: 0;
    text-align: center;
}

header {
    background-color: rgb(121, 27, 27);
    color: blanchedalmond;
    width: 100%;
  }
  
  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
  }
  
  header h1 {
    margin: 0;
    font-size: 24px;
  }
  
  nav {
    display: flex;
    gap: 20px;
  }
  
  nav a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: color 0.3s ease;
  }
  
  nav a:hover {
    color: #ffd6d6;
  }

  .my-photo{ 
    width: 400px;     
    height: auto;     
    margin-top: 40px;     
    margin-left: 40px;    
    display: block;       
  }

  a {
    text-decoration: none;  
    color: inherit;         
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  padding: 10px;
  text-align: center;
}

img {
  width: 100%;
  max-width: 300px; 
  height: auto;
  display: block;
  justify-content: center;
  gap: 2px;
  margin: 0 auto;
}

.info-table {
  margin-top: 100px;
  width: 100%;
  text-align: center;
}

.info-table img {
  width: 400px;
  height: auto;
}

.info-text {
  text-align: justify;
  padding: 0 20px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h3 {
  text-align: left;
  font-size: 26px ;
  margin-bottom: 15px;
}

main {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 30px;
}

h2 {
  text-align:center;
  font-size: 26px;
  margin-bottom: 15px;
}

.interests-text {
  text-align: left;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.image-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap; 
  padding-bottom: 10px;
}

.image-wrapper {
  flex: 0 0 auto; 
}

.image-wrapper img {
  display: block;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 210px; 
  height: auto;
}
