body {
padding: 15px;
margin: auto;
color: #000000;
font-family: "Intel One Mono", monospace;
font-size: 20px;
background-color: white;
background-size: 100%;
background-repeat: no-repeat;
text-align: center;
justify-content: center;
align-items: center;
}

table, th, td {
  border: 1px solid black;
}

.like {
 text-align: center;
justify-content: center;
align-items: center; 
}

.unknown {
text-align: center;
justify-content: center;
align-items: center; 
}

.dislike {
 text-align: center;
justify-content: center;
align-items: center; 
}

.updatelog {
  margin-left: 19%;
  text-align: center;
justify-content: center;
align-items: center; 
  width: 60%;
  margin-top: 10px;
 display: flex;
  border: 1px double #000000;
  padding: 10px;
  border-radius: 8px;
}

    .custom-dropdown {
        display: inline-block; /* Or block, depending on layout */
        text-align: center;
justify-content: center;
align-items: center; 
    }

    .dropdown-content {
      margin-right: 50% !important;
      text-align: center;
justify-content: center;
align-items: center; 
      width: 500px;
        display: none;
        background-color: #ffffff !important;
        min-width: 200px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        border-width: 1px;
        border-style: solid;
        border-color: #000000;
    }

    .custom-dropdown:hover .dropdown-content {
            margin-right: 50% !important;
        display: block; /* To show on hover, or use JavaScript for click */
        text-align: center;
justify-content: center;
align-items: center; 
    }
    
.title {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 300px;
  text-align: center;
justify-content: center;
align-items: center; 
 width: 50%; 
}