@font-face {
  font-family: monica;
  src: url("Mauricio Regular (2012).ttf");
}

body {
    margin: auto;
    text-align: center;
    font-family: monica;
    font-size: 26px;
    background-color: #ece1d5;
}

a {
    color: black;
    text-decoration: none;
}

table {
    margin: auto;
}

button {
position: fixed;
top: 5px;
left: 5px;
background-color: transparent;
border: 0px;
z-index: 999;
}

button:hover {
  transform: scale(1.1);
}

tr, td {
    border-top: none;
    border-bottom: none;
    border-left: 4px solid black;
    border-right: 4px solid black;
}

tr {
    width: 7%;
}

#words {
    margin: auto;
    background-color: #6BA7B1;
    padding: 8px;
    width: 1100px;
    height: fit-content;
    border-radius: 8px;
    border: 2px solid black;
}

#left {
    float: left;
    text-align: left;
    width: 450px;
}

#right {
    text-align: left;
    right: 40px;
    width: 450px;
    float: right;
}

b {
    font-size: larger;
}