.navbar{
    display: flex;
    justify-content: flex-end;
    background-color: #185aab;
    overflow: hidden;
    margin: 0;
    padding: 14px 16px;
}
.hyperlink{
    font-family: 'Inter', sans-serif;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    margin-left: 20px;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #222;
  line-height: 1.6;
  background-color: #fafafa;
}
.container{
    display: flex;
    align-items: center;
    justify-content: center;

}
.photomediaclass{
    width: 500px;
    height: 500px;
    object-fit: cover;
    flex-shrink: 0;
    margin: 20px;
}
.card-layout{
    max-width: 1200px;                    
    margin: 24px auto 40px;               
    background: #fafafa;
    padding: 32px;
    box-sizing: border-box;
    min-height: calc(100vh - var(--nav-h) - 24px - 40px);

}
.top-info{
    margin-left: 50px;
}
i{
    margin-right: 8px;
    margin-left: 0;
}
h2{
    font-weight: 400;
}
a{
font-family: 'Inter', sans-serif;
  color: #222;
  line-height: 1.6;
}
.striptext{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    color: white;
    background-color: #185aab;
}


.footerclass {
  background: #185aab;
  color: white;
  padding: 40px 20px;
  margin-top: 60px;
}
.footercontainer {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; 
  text-align: left;
  
}
.footera{
    font-family: 'Inter', sans-serif;
    color: white;
    line-height: 1.6;

}
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: white;
  opacity: 0.9;
}
.footer-column {
  flex: 1 1 260px;                      
}