body {
    font-family: Arial;
    padding-top: 45px;
    font-size: 15px;
    background-image: url(https://wallpapercave.com/wp/9plDulJ.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-color: #000000;
    color: #000000;
    font-weight: bold;
    border: 50px solid transparent;
    padding: 15px;
    border-image: url(https://i.imgur.com/quTwojf.png) 171 round;
}

#container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    background: #ff6c6c91;
}

.tableRight {
    width: 75%;
    background: #ff849d;
    padding: 10px;
    vertical-align: top;
    overflow-wrap: anywhere;
    font-family: monospace;
}

.tableLeft {
    background: #ff3672;
    font-family: monospace;
}

.boxHead {
    background: #f3bdff;
    color: black;
}

.rightHead {
    background: #f00;
    color: #000000;
    padding-left: 4px;
}

      @keyframes spin {
        to {
          -webkit-transform: rotate(360deg);
        }
      }
      @-webkit-keyframes spin {
        to {
          -webkit-transform: rotate(360deg);
        }
      }

.avatar {
    cursor: grab;
    animation: spin 2s cubic-bezier(0, 0, 0.72, 0.68) infinite;
}