#load-up {
  opacity: 0;
  position: relative;
  bottom: 40px;
 
}
#load-down {
  opacity: 0;
  width: 100%;
  position: relative;
  top: 40px;
  opacity: 1;
    top: 0px;
   
  
    border-radius: 5px;
 
}
.p {
  font-size: 15px;
  font-weight: 100;
}
.clean {
  clear: both;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
h1 a {
  color: #fff;
  text-decoration: none;
}
use {
  -webkit-transition: fill ease 0.2s;
  -moz-transition: fill ease 0.2s;
  -o-transition: fill ease 0.2s;
  transition: fill ease 0.2s;
}
use.pressed {
  fill: #2c8ae2;
}
use.led {
  fill: green;
}
use.pressed-key {
  fill: #fff;
}

#a-little-one {
 
}
#out {
min-height: 30px;
    width: 10000px;

}
#cursor {
  display: block;
  width: 30px;
  height: 50px;
  border-right: 3px solid #fff;
  float: right;
  position: relative;
  top: 0;
}
#keys-frame {
          background-color: #000;
    color: #1fc49d;
    font-size: 16px;
   
    overflow: hidden;
    box-sizing: border-box;
    padding: 6px 0 0 6.5px;
    position: relative;

   
}

#keys-frame  {
    
    white-space: nowrap;
    text-overflow: inherit;
   
}

#out>p:first-child {
    font-weight: 900;
    border-width: 2px;
   
}

#out>p {
      font-size: 14px;
    border: 1px solid;
    padding: 5px 8px;
    display: inline-block;
        margin-bottom: 10px;
    margin-left: 10px;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: 1px;
}

#out>p {
    border-radius: 6px;
}

@media all and (max-width: 1300px) {
  h1 {
    font-size: 32px;
    padding: 0 0 50px;
  }
  #keys-frame {
    clear: both;
    float: none;
    text-align: left;
    
  }
  #cursor {
    float: left;
    height: 65px;
    border-right: none;
    border-left: 3px solid #fff;
  }
  #out {
    font-size: 64px;
    line-height: 60px;
  }
}
#stay-pressed {
  display: inline-block;
  margin: 0;
      padding: 10px 20px 10px 0;
  font-weight: 400;
  font-size: 24px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
  top: 4px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #fff;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #fe4957;
}
input:focus + .slider {
  box-shadow: 0 0 1px #fe4957;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 28px;
}
.slider.round:before {
  border-radius: 50%;
}
.keyboard-options {
  display: flex;
  justify-content: center;
}
@media (max-width: 800px) {
  .keyboard-options {
    flex-direction: column;
  }
}
.keyboard-choose {
  margin: 20px auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
  color: white;
}
.keyboard-choose img {
  display: block;
  margin: 10px auto;
  padding: 3px;
  border: 1px solid #23272a;
  border-radius: 5px;
}
.keyboard-choose:hover img {
  border: 1px solid #fe4957;
}
.keyboard-choose.active {
  cursor: default;
}
.keyboard-choose.active img {
  border: 1px solid #fe4957;
}
footer {
  width: 100%;
  overflow: auto;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
}
.meebo {
  background: #8f8f8f;

  text-align: center;
  color: white;
}
