header {
    background-color: transparent;
    border-radius: 8px;
    padding-bottom: 10px;
}

.content-categories {
    margin-top: 80px;
}

body {
    font-family: Roboto;
    margin-left: 2vw;
    margin-right: 2vw;
    background-color: rgb(238, 236, 236);
}

.title {
    font-weight: normal;
    font-size: 40px;
    margin-top: 1vh;
    margin-bottom: 1vh;  
}

.subtitle {
    width: 30vw;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.container-content {
    margin-left: 5vw;
    margin-right: 5vw;
}

nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: 0px;
    padding: 0px;
}

h3.category-title{
    font-size: 20px;
    font-weight: normal;
}

.learnMore, .try-button {
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    text-decoration: none;
    backdrop-filter: brightness(30%);
}

.learnMore:hover, .try-button:hover{
    backdrop-filter: brightness(0%);
    transition: 0.5s;
}

.bike-image p {
    color: white;    
    margin: 0px;
}

.image-title {
    font-size: 20px;
}

.image-description{
    font-size: 15px;
    backdrop-filter: brightness(30%);
    border-radius: 8px;
    padding: 5px;
}

.bike-image {
    height: 550px;
    width: 400px;
    background-size: cover;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 8px;
    flex: 0 0 auto;
}

nav ul li {
    list-style-type: none;
}

.link:hover{
    font-weight: bold;
    transition: 300ms;
}

nav ul li a{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.main-picture{
    padding-top: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("./images/main-image.jpg");
    width: 95vw;
    height: 70vh;
    background-size: cover;
    background-position: 50% 25%;
    border-radius: 8px;
}

.foot-slogan{
    font-weight: normal;
    font-size: 30px;
    margin-left: 10vw;
    margin-right: 10vw;
}

.container-foot{
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 300px;
    border-radius: 8px;
    margin-top: 100px;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-top: 80px;
}

footer{
    text-align: center;
    margin-top: 100px;
}