﻿#myBtn {
    display: block;
    position: fixed;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    font-size: 8px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
}

#myBtnBot {
    display: block;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 50;
    width: 24px;
    height: 24px;
    font-size: 8px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: lightpink;
}

#myBtnBot:hover {
    background-color: lightpink;
}
