/* body{

    margin: 0px!important;

    background-color: #fff;

    background-color: rgb(212, 191, 247);

} */

body {
    min-height: 100vh;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: linear-gradient(300deg, #08adad,#2306c5);
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: cursive;
    margin: 0;
}
#viewOnGithub{
    position: absolute;
    top: 20px;
    left: 20px;
    content: '';
}
#viewOnGithub a{
    text-decoration: none;
}
#viewOnGithub span{
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: #000000;
    border-radius: 15px;
    box-shadow: 0px 0px 35px 5px #000000;
}
.panel{
    display: table;
    margin: auto;
    background-color: #000000;
    border-radius: 25px;
    box-shadow: 0px 0px 30px rgb(31 31 31 / 75%);
    padding: 10px;
}
.logo {
    color: #fff;
    text-decoration: none!important;
    margin: 20px auto;
    text-align: center;
    text-shadow: 3px 3px #0a0250;
    font-size: 56px;
    font-weight: 700;

}
.keys{
    display: grid;
    grid-template-columns: 70px 70px 70px 70px 70px;
    grid-gap: 10px;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.key{
    background-color: #bebebe;
    color: #110707;
    border-radius: 5px;
    padding: 20px;
    font-size: 20px;
    text-align: center;
}
.power{
    background-color: rgb(196, 27, 27);
    /* background-color: rgb(149, 22, 235); */
    color: #0f0f0f;
    border-radius: 5px;
    padding: 20px;
    font-size: 20px;
    text-align: center;
}
.display{
    background-color: rgb(255, 255, 255);
    height: 60px;
    margin: 20px 10px;
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
}
