body{
    background-image: url(https://images4.alphacoders.com/477/thumb-1920-47766.jpg);
}
h1{
    color: rgba(112, 111, 111, 0.829);
    text-shadow: whitesmoke 1px 2px 2px;
    text-align: center;
    font-family: 'IBM Plex Serif', serif;
}

.wkey {
    background-color: transparent;
    width: 60px;
    height: 200px;
    border: 2px solid black;
    font-size: 0px;
  }
  #global{
    display:flex;
    flex-direction: row;
    justify-content: center;
  
  }
  .wkey{


    background-color: white;
  }
  .bkey {
    width: 30px;
    height: 120px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: black;
  }
  
  #result{
    font-size: 40px;
    text-align: center;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 5px;
    margin-top: 100px; 
    width: 100px;
    height: 50px;
  }
  #resultW{
    color: grey;
    text-shadow: 1px 1px 2px #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: center;
  }w
