* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.profile-title{
display: block;
margin:   -20px;
line-height: 1;}

img{
  width: 130px;
  height: auto;
  display: block;
}


.header-container {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
padding: 20px 170px 20px 40px;
}


.profile-title {
  line-height: 10px;
}

.profile-title a {
  display: block;
  padding: 5px 150px;
}

.profile-title img {
  width: 120px;
  display: block;
  font-weight: 300;
}

nav ul {
  display: flex;
  list-style: none  ;
  gap: 20px;
}


nav a {
  text-decoration: none;
  color: #333;
  font-weight: 400;
}

.main-visual {
  width: 100%;
}

.main-visual img {
  width: 100%;
  height: 600px; 
  object-fit: cover;
  display: block;
}

.section-title {
  text-align: center;
  font-size: 30px;
  margin-top: 70px;
  margin-bottom:70px; 
  font-weight: bold;
  text-decoration-line: underline;
  color: #323232;
}


.about-container {
display: flex;
justify-content: center;
align-items: center;
gap: 30px;
} 

.about-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.about-text{
  text-align:left;
  max-width: 400px;
  color: #191919;
}

.about-text{
  font-size: 14px;
  line-height: 1.8;
}

.bicycle{
padding: 10px 10px;
max-width: 1200px;
margin: auto;
text-align: center;  
}


.bicycle-list{
display: flex;
justify-content: center;
list-style: none;
padding:0px;
gap: 32px;
}
  
.bicycle-list li{
width: 100%;
max-width: 270px;
text-align: center;
}

.bicycle-list img{
width: 100% ;
height: auto;
margin-bottom: 10px;
}

.bicycle-list h3{
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.bicycle-list p {
  font-size: 14px;
}

#footer {
  text-align: center;
  padding: 90px 0;
  margin-bottom: auto;
  padding-bottom: 0%;
  color: #1a1a1a;
  font-size: 8px;
} 