@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body,html{
    background-color: rgb(66, 66, 66);
    color: rgb(255,255,255);
}

h1{
    font-family: 'Roboto';
    text-align: center;
    font-size: 60px;
}

.keylabel{
    font-family: 'IBM Plex Mono';
    text-align: center;
    font-size: 30px;
}

.label{
    font-family: 'Roboto';
    text-align: center;
    font-size: 30px;
}

#keys{
    display: flex;
    margin: 0 auto;
    width: fit-content;
    gap: 1%;
}

button{
    border: none;
    background-color: rgb(24, 22, 22);
    border-radius: 1%;
    width: fit-content;
    color: rgb(42, 192, 1);
    font-family: 'IBM Plex Mono';
    font-size: 30px;
    cursor: pointer;
}

.selected{
    background-color: rgb(35, 32, 32);
    color: rgb(55, 255, 0);
}

#input{
    display: flex;
    width: 50%;
    height: 100px;
    margin: 0 auto;
    resize: none;
    border: none;
    outline: none;
    font-family: 'Roboto';
    font-size: 15px;
}

.newkey{
    display: flex;
    margin: 0 auto;
    margin-top: 1%;
    margin-bottom: 5%;
    width: fit-content;
}

input{
    height: 25px;
}

.keysub{
    height: 33px;
}

.options{
    display: flex;
    margin: 0 auto;
    width: fit-content;
    margin-top: 1%;
    gap: 5%;
}