header
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 120px; 
  margin-top: 0; 
}

.black-section {
  background-color: black;
  color: white; 
  padding: 50px; 
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; 
}

.black-box {
  background-color: black;
  color: white;
  width: 100vw; 
  padding: 60px; 
  box-sizing: border-box; 
  margin-top: 100px;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 30px; 
  display:flex;
  justify-content:space-between;

}

.Fitness-Tips-articles
{
 
  margin-top: 200px; 
}
.content-wrapper {
  display: flex;
  align-items: center;
}

.text-section {
  flex: 1; 
}

.image-section {
  display: flex;
  flex-direction: column; 
}

.article-image {
  width: 500px; 
  margin-bottom: 10px; 
}
.Featured-products
{

background-color: white;
color: black;
width: 1700px; 
padding: 90px; 
box-sizing: border-box; 
margin-top: 10px;
}
.register-login {
  background-color: white; 
  color: black;
  font-weight: bold;
  padding: 8px 12px; 
  text-decoration: none;
  font-size: 20px; 
  border-radius: 5px; 
  transition: background-color 0.4s; 
}



.btn {
  background-color: black; 
  border: none;
  color: white;
  padding: 15px 32px; 
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 8px; 
}
.btn:hover {
  background-color: slateblue; 
}


.Featured-products article
{
display: flex;
justify-content: end;


}
.Large-size
{

font-size:30px; 
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;

}
.small-text {
  font-size: 12px; 
  font-family: Arial, Helvetica, sans-serif;
}
.normal-text{

font-size:15px; 
font-family: Arial, Helvetica, sans-serif;
}
.search-input {
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 20px;
  font-size: 12px; 
  width: 150px;
  outline: none;
}
.your-fitness-metrics {
  text-align: center; 
  margin-top: 50px; 
  display: flex;
  margin-left: 160px;
}

.search-button {
  padding: 10px 20px;
  background-color: hsl(0, 0%, 0%);
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 12px;
  margin-left: 8px;
  
}


.search-button:hover {
  background-color: #45a049;
}

.right-align {
  text-align: right; 
  margin-top: 0; 
}
.Social-Buzz {
  text-align: center; 
  margin-top: 50px; 
  display: flex;
  margin-left: 300px;
}
.info {
  
  display: flex;
  justify-content: center;
  align-items: center; /* Center items vertically */
}
.info h6, .info h7, .info h8 {
  display: inline-block; 
  margin-right: 30px; 
  text-align: right;
  
}

.info h6:hover {
  color: #555; 
  cursor: pointer; 
}
