input[type=text] {
    padding: 6px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    width: 300px;
  }

.command{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-weight: bold;
}

ul{
    display: flex;
    gap: 5px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-height: 50px;
    max-width: 60%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
}

li{
    padding: 2.5px;
    word-wrap: break-word;
    background-color: rgba(43, 43, 43, 0.582);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    /* border: 1px solid white; */
    /* Vertical align text with image */
}
li h2{
}
li p{
    font-size: 18px;
}
li a{
    color: yellow;
    text-decoration: none;
}
li a:hover{
    color: rgb(255, 123, 0);
    text-decoration: none;
}
p.usage{
    color: red;
    font-size: 16px;
}

.op{
    align-items: center;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}