@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
*
{
    font-family: 'Poppins', sans-serif;
    padding: 0px;
    margin: 0px;
}

.h1
{
    font-family: COOPER;
    font-size: 72px;
    margin-top: 144px;
    color: #3D343A;
    text-shadow: 0px 3px 6px;
}
.h2
{
    font-family: COOPER;
    font-size: 72px;
    color: #972740;
    text-shadow: 0px 3px 6px;
}
    

.bike-logo
{
    height: 50px;
    filter: invert(1);
    cursor: pointer;
    padding-left: 150px;

}
.navbar-brand
{
    margin-left:150px;
}

.warning
{
    display: none;
}
@media screen and (max-width: 1000px) {
    .navbar-brand {
        margin-left:0px;
    }
  }

@media screen and (max-width:630px) {
.section {
    display: none;
}

.warning {
    padding: 5rem;
    text-align: center;
    line-height: 35px;
    background-color: rgb(185, 72, 72);
    display: flex;
    color: #e1cdcd;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}
}