/* Teeratus_R 24 Feb 2022 */

* {
    margin: 0;
    padding: 0;
}

.fakeimg {
    height: 200px;
    background: #aaa;
}


/* begin scroll to top Step 2) Add CSS style: */

#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;
}


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