body {
    margin:0px;
    padding:0px;
    color:#333;
}

.header{
    height: 60px;
    display:flex;
    justify-content: space-between;
    align-items:center;
    margin:0 auto;
    padding: 0 4%;
}

.logo {
    /* margin-left: 20%; */
    margin-top: 5px;
}

.logo img {
    width: 120px;
    height: 40px;
}
.navigation ul {
    display: flex;
    list-style: none;
    /* padding-left: 350px; */
}

.navigation ul li {
    padding-left:20px;
    font-size: 14px;
}

.navigation ul li a {
    text-decoration: none;
    color:#333;
}

.navigation ul li a:hover {
    color:#999;
}

.image-bike img{
    width: 100%;
    height:600px;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
}

@media screen and (max-width: 600px) {
    .profile {
        flex-direction: column;
    }
}

.about {
    text-align: center;
    margin: 0px;
    padding: 0px;
    align-self:  center;
    padding-top: 60px;
}
.about h1 {
    display: inline;
    font-size: 32px;
    border-bottom: solid 1px #555;
    width:100px;
    /* text-decoration: underline; */
}

.profile {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}
.profile img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.profile-text{
    font-size: 14px;
    text-align: left;
}
.profile-text h3{
    text-align: left;
}
.profile-img{
    margin-right: 30px;
}


.bicycle{
    text-align: center;
    margin-top: 40px;
    align-self: center;
}

.yukimichan {
    text-align: center;
    margin-top: 40px;
    align-self: center;
}

.bicycle h1,
.yukimichan h1 {
    display: inline;
    margin: 50px;
    border-bottom: solid 1px #555;
    width: 100px;
}

.gallery{
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.gallery img{
    max-width: 100%;
    height: 60%;
    /* margin: 5px; */
    padding-top: 10px;
}
.bicycle-text h3 {
    margin: 0;
}
.bicycle-text p {
    margin: 0;
    padding-top: 10px;
}

.bicycle-text{
    font-size: 13px;
    padding-top: 5px;
}


.footer{
    text-align: center;
    font-size: 8px;
    padding-top: 100px;
} 