/* style_scroll_to_top */

#myBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 200px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    /* cursor: pointer; */
    padding: 15px;
    border-radius: 10px;
}

#myBtn:hover {
    background-color: #cc0000;
}

body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: small;
}


/* end scroll to top Step 2 Add CSS style: */

h2 {
    margin-top: 2.5rem;
    color: gray;
}

h2:hover {
    color: rebeccapurple;
}