 * {
    margin:0;
    padding:0;
 }
 
 h1 {
   font-size: 44px;
   font-family: 'Love Ya Like A Sister', cursive;
}

.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+ */
    width:450px; 
    height:200px;
    padding: 50px;
    font-size: 30px;
    color:black;
    }
