@charset "UTF-8";

body {
  background-color: #ffffff;
  color: #383e45;
}

html {
  font-size: 100%;
}

header {
  margin-left: 211px;
  margin-right: 211px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
}

.logo {
  width: 120px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

ul {
  font-size: 14px;
  display: flex;
  gap: 30px;
  margin: 19px 0 19px;
}

.main-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.about {
  text-align: center;
  margin-bottom: 100px;
}

.about h1 {
  font-weight: bold;
  font-size: 32px;
  display: inline-block;
  border-bottom: #383e45 1px solid;
  align-items: center;
  margin-bottom: 70px;
  margin-top: 80px;
}

.profile {
  width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.profile-image {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 30px;
  margin-left: 164px;
}

.profile .text h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

.profile .text p {
  width: 398px;
  font-size: 14px;
  margin-top: 10px;
  margin-right: 166px;
  text-align: left;
}

.bicycle {
  width: 960px;
  margin: auto;
  padding-left: 4%;
  padding-right: 4%;
  text-align: center;
  margin-bottom: 110px;
}

.bicycle h1 {
  font-weight: bold;
  font-size: 32px;
  display: inline-block;
  border-bottom: #383e45 1px solid;
  align-items: center;
  margin-bottom: 70px;
}

.image-wrapper {
  display: flex;
  gap: 17px;
}

.bicycle h4 {
  font-weight: bold;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}

.bicycle p {
  font-size: 14px;
}

footer {
  text-align: center;
  font-size: 8px;
  margin-bottom: 10px;
}


@media screen and (max-width: 600px) {
    

}
