.top-right-button {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgb(51, 51, 51);
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 0 0 0 10px;
}