.h1 {
    font-size: 44px;
   text-decoration: underline;
   font-family: 'Love Ya Like A Sister', cursive;
}
.sticky {
    position: -webkit-sticky;
    position: stick;
    top:0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2989d8+0,2989d8+0,207cca+12,2369af+48,207cca+67,7db9e8+100 */
    background: rgb(41,137,216); /* Old browsers */
    background: linear-gradient(to bottom,  rgba(41,137,216,1) 0%,rgba(41,137,216,1) 0%,rgba(32,124,202,1) 12%,rgba(35,105,175,1) 48%,rgba(32,124,202,1) 67%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        padding: 20px;
        font-size: 20px;
        color:white;
    ]
.sticky {
    position: sticky;
    top:0; 
    margin-top: 50px; 
    margin-left: 50px;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#febf01+0,febf01+100;Yellow+Flat */
    background: #febf01; /* Old browsers */
    background: linear-gradient(to bottom,  #febf01 0%,#febf01 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width:450px; 
        height:300px;
        padding:50px;
        font-size:30px;
    color:black;
    }      
#fixed {
    position: fixed; margin-top: -300px; 
    margin-left: 700px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+100,0e0e0e+100 */
    background: #7d7e7d; /* Old browsers */
    background: linear-gradient(to bottom,  #7d7e7d 100%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    with:450px; 
    height:200px;
    padding: 50px;
    font-size: 30px;
    color:bläck;
    }
