td , tr{
    border: 1px solid black;
    width: 5px;
    height: 5px;
    padding: 0;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}
.buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;


}
.w , .q,.e{

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.button {
    width: 20px;
    height: 20px;
}
.gap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 60px;
}
.text{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 250px;
}
.colum {
    display: flex;
    flex-direction: column;
}
.mods{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

}
.mods p {
    margin: 0;
    padding: 0;
}
.mods a {
    margin: 0;
    text-decoration: none;
    color: black;
    background-color: rgb(182, 178, 178);
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    border: 1px solid black;
    width: 100px;
    text-align: center;
    font-size: 15px;
}
.mode {
    margin: 0;
    text-decoration: none;
    color: black;
    background-color: rgb(182, 178, 178);
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    border: 1px solid black;
    width: 100px;
    text-align: center;
    font-size: 15px;
}
.mods .current {
    margin: 0;
    text-decoration: none;
    color: rgb(0, 43, 255);
}
.none{
    display: none;
}