h2,h1{
    background: linear-gradient(to left,  #ffb6c1, #9370db)
}
body, html{
    font-family:Arial, Helvetica, sans-serif;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
}

body{
    background: linear-gradient(to right,  #ffb6c1, #9370db);
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 19px;
}

.hobby-1 video{
    width: 35%;
    height: auto:
}

#biking {
    width: 40%;
    height: auto;
}

#biking2{
    width: 40%;
    height: auto;
}

#hiking{
    width: 40%;
    height: auto;
}
#hiking2{
    width: 40%;
    height: auto;
}
#camping{
    width: 40%;
    height: auto;
}
button{
    background: linear-gradient(to right,  #ffb6c1, #9370db);
    cursor: pointer;
}