
  
  <style>
     body {
      background: url("img/boat.png") center/cover no-repeat fixed;
      background-color: blue;
      min-height: 100vh;
      font-family: Arial, sans-serif;
      padding: 22px;
    }
    .header-box {
  width: 100%;
  height: 210px;
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px 16px 16px 0px;
  background: #89A3B8;
  border: 8px solid #497CB0;
  border-bottom: none;
  position: relative;
  text-align: center;
  margin-top: 22px;
}
    .photo-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
     
      padding: 12px 16px;
      background: #89A3B8;
      border: 8px solid #497CB0;
		
      color: #fff;
      flex-wrap: wrap;
      margin-bottom: 0px;
    }
	   .card-soft {
      background: #89A3B8;
      border-radius: 8px;
	  width="400" height="auto"	
      padding: 20px;
      color: #fff;
      margin-bottom: 0px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .card-soft h3 { 
      color: white; 
      font-weight: bold; 
      text-align: center; 
    }
   .card-img { 
  width: 370px;
  height: 250px;
  object-fit: cover;
  display: block;
}
    .card-soft h5 { 
      color: #2c3e50; 
      font-weight: bold; 
    } 
  </style>
