
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

img
{
  cursor: pointer;
}
.keyboard-main{
background: black;
min-width: 650px;
min-height: 500px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 80%;
}


.b1
{
  /* border: solid 1px white; */
}

.h-100
{
  min-height: 100px;
}

.key
{
  margin: 10px;
  width: auto;
  height: auto;
  /* background: #403c40; */
  color: white;
  font-size: 3.2rem;
}

.spaceButton
{
  position: absolute;
    width: 100%;
    bottom: 0px;
}

.keyboard
{
  background: black;
}
.suggestion
{
  width: auto;
  height: auto;
  cursor: pointer;
}