#warning {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  font-size: 4.5rem;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
}
@media (orientation: landscape) and (max-width: 1200px){
   #warning {
    display: flex;
    position: fixed;
  }
}

/*.------STYLE KEYBOARD----------}*/
#klava {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 110px;
    padding: 5px 0;
    background: #004134;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    user-select: none;
    transition: bottom 0.4s;
    text-align: center;
}

button {
    height: 80px;
    width: 8%;
    /*max-width: 80px;*/
    margin: 3px;
    border-radius: 4px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 4.5rem;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

button:active {
    background: rgba(255, 255, 255, 0.12);
}

body {
        width: 1000px;
        margin: 0 auto;
      }

     /*---STYLE Допоміжна лінійка цифр-----*/

#blok1{
  width:50%;
  height:215px;
  float:left;
      }
 .safari p {
  font-size:44px;
}
p {
  margin-top: 0.1em;
  margin-bottom: 0.1em; 
  color:#810541;
  font-size:34px;
}
.click_me {
    position: relative;
    left: 5px;
    margin-left:12px;
    margin-top: 5px;
    width:68px;
    height:70px;
    text-align: center;
    background: #FFFAB9;
    border-radius: 15px;
    font-size: 50px;
    color:#810541;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
 .safari #.click_me {
    margin-left: 5px;
    padding: 0px;
    width: 50px;
    height: 60px;
    font-size: 40px;
    text-align: center;
  }

    /*---STYLE  МОЄ ЧИСЛО----*/
.blok2{
  width:30%;
  height:172px;
  margin-left: 30px;
  padding-top: 52px;
  float:left;
      }
#mydig{
  background: #FFB6C1;
}

.blok3{
  width:15%;
  height:215px;
  margin-left: 10px;
  padding-top: 10px;
  float:left;
  /*background: #FFB6C1;*/
  text-align: center;
      }

.css3-button{
  display:inline-block;
  margin: 10px;
  padding-top: 10px;
  width: 130px; 
  height: 30px;
  text-align:center;
  /*color: hsl(5, 100%, 20%);*/
  color: #FFFF;
  font-size: 18px;
  text-decoration:none;
  -webkit-border-radius: 5px;    
  border-radius: 5px;
  border: 2px solid #fff;
  outline: 4px solid #800000;
  background:#db4a4a;
}

  /*.------STYLE FIELDSET----------}*/
fieldset {border: none;}

#blok0{
    background: #FFDAB9;
    border-radius: 15px;
    padding: 5px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
      }
#number1 {
  background: yellow;
}
#number2 {
  position: relative;
  left: 10px;
  background: #00FF7F;
}
#number21 {
  position: relative;
  left: 10px;
  background: #99FFFF;
}
#number3 {
  position: relative;
  left: 65px;
  background: yellow;
}
#number4 {
  position: relative;
  left: 75px;
  background: #00FF7F;
}
#number41 {
  position: relative;
  left: 75px;
  background: #99FFFF;
}
.safari .use-keyboard-input {
  padding-top: 0;
  font-size: 67px;
}
.use-keyboard-input {
  width:66px;
  height:67px;
  padding: 0px;
  border-radius: 7px;
  font-size: 70px;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
}
