body {
     background-color: #00566B;
}
h1 {
    font-family: "soraya";
    font-size: xx-large;
}
button {
    font-weight: bold;
}
.tblrow {
    display:flex;
    margin:5px;
    padding:10px;
    background-color: #F9F5CD;
    justify-content: space-around;
    width:98%;
}
.boxmenu {
    margin-top:50px;
    margin-bottom:20px;
    height:340px;
}
.poembox {
    margin-top: 10px;
    margin-bottom:15px;
    width:360px;
    height: auto;
    overflow:auto;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
}
#myBtn:hover { background-color: #555;  }
